Best of AngularJanuary 2023

  1. 1
    Article
    Avatar of dzDZone·3y

    Web Application Architecture: The Latest Guide

    Web Application Architecture is an underlying web application architecture that makes this process possible. Choosing the right design defines your company growth, reliability and interoperability and future IT needs. A web app architecture presents a layout with all the software components (such as databases, applications and middleware) and how they interact with each other.

  2. 2
    Article
    Avatar of asayerasayer·3y

    State Management in Next.js with Redux Toolkit

    Redux Toolkit is a collection of pre-built tools, functions, and structures that make it easier to work with Redux. You can use these tools and solutions as a starting point and customize them to fit your needs. The complete demo is available on CodeSandbox, and its source code is on GitHub.

  3. 3
    Article
    Avatar of itnextITNEXT·3y

    How I Made My App 2.4x Faster Switching to Svelte

    Svelte Kit makes it intuitive to be fast for server side rendering, lazy loading, pre-render, and less javascript Origin. It's a small NX project with a couple of Angular/Firebase applications. The 100s are a rewrite of the app using SVELte Kit.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Introduction to ReactJS. The React Series

    React is an open-source, component-based front-end JavaScript library. It promotes the development of reusable UI components that display dynamic data. It was created by Facebook and made available in 2013, powering many of the most popular apps, including Facebook and Instagram.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How Functions Work in JavaScript – JS Function Code Examples

    JavaScript is a widely-used programming language that is essential for web development. It is a high-level, interpreted language used on the client side, meaning it runs in the user's web browser. You can use it to create web and mobile applications, browser extensions, and other software.

  6. 6
    Article
    Avatar of asayerasayer·3y

    Angular, React, Vue -- A three-way comparison

    Angular, React, and Vue can be used almost interchangeably to build front-end applications. But they’re not entirely the same, so it makes sense to compare them and understand their differences. This article will break down the differences between the two through the lens of a new developer.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Unveiling Breakthroughs Found In The State Of JS 2022 Survey

    The State Of JS 2022 survey is one of the most highly anticipated annual reports in the web development arena. This year's report is based on the responses of more than 39,472 JavaScript developers worldwide. The survey covers many topics, including front-end framework, back-end frameworks, language usage, tooling, and much more.

  8. 8
    Article
    Avatar of telerikTelerik·3y

    Best Practices for Angular i18n

    When developing a product with global audiences in mind, it is essential to consider these important details from the start. Proper internationalization (i18n) from the very beginning can save you from potential pitfalls and support the future growth of your product. When working with Angular, you’ll run into a lot of different pipes.

  9. 9
    Article
    Avatar of asayerasayer·3y

    Lifecycle Hooks in Angular - A Complete Guide

    Lifecycle Hooks are a unique feature that lets us ‘hook into’ and execute code at a particular component or directive lifecycle event. When it adds, modifies, or deletes components and directives, Angular maintains them for us. Lifecycle hooks’ root component is built and rendered as soon as the application is launched.

  10. 10
    Article
    Avatar of tiaThis is Angular·3y

    Angular Internals: How Reactivity Works with Zone.js

    Angular Internals: How Reactivity Works with Zone.js is an advanced look at how Angular works under-the-hood. The article goes more in-depth into how the compiler works (it's a great read!), let's keep our focus narrow for the intention of this article.