Best of Angular2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Patterns.dev ⏐ Resources

    Learn more about the next book on building large-scale JavaScript web apps with React. Explore community resources on patterns for React, Angular, Vue, and TypeScript, including curated lists of recommended talks and courses.

  2. 2
    Article
    Avatar of tshThe Software House·3y

    Web development stacks in 2023 – software trends

    Web development stack is a set of tools typically used in tandem to develop web apps. A highly specialized web stack can exist within the constraints of frontend or backend development. The most important choice is the one concerning your full development stack. Full web development stacks are abbreviated based on the technologies that comprise them.

  3. 3
    Article
    Avatar of angularAngular·3y

    Announcing Angular.dev

    Angular.dev is the future home for Angular development, offering new tutorials, updated documentation, and a better user experience for developers. The release of Angular v17 includes deferred views, built-in control flow, view transitions API support, SSR enhancements, and more. The new tutorials on Angular.dev allow users to learn Angular concepts directly in the browser.

  4. 4
    Article
    Avatar of amplicationAmplication·3y

    Node.js Development: All You Need to Know

    Node.js can be considered a future-proof technology that every developer should know. It allows developers to use JavaScript on both the frontend and backend, making it the perfect choice for building scalable, high-performance applications. It was introduced in 2009 and revolutionalized the development world since it allowed developers to run JavaScript outside web browsers.

  5. 5
    Article
    Avatar of itnextITNEXT·3y

    Angular is getting New Template Syntax

    Angular is getting New Template Syntax, Built-In Control Flow, a farewell to structural directives. The new syntax emphasizes using ‘track’ for loops to improve performance and optimizes list diffing by enforcing tracking. The team is working on an automated migration schematic to convert from the old to the new syntax.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Front End JavaScript Development Handbook – React, Angular, and Vue Compared

    Frontend frameworks offer structured approaches and pre-built components to streamline the coding process. These tools can help boost productivity by offering reusable components and abstracting complex tasks like DOM manipulation and state management. Frameworks promote code maintainability through modular development, making it easier to modify or replace individual components.

  7. 7
    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.

  8. 8
    Article
    Avatar of angularAngular·3y

    Introducing Angular v17

    Angular v17 introduces new features including deferrable views and built-in control flow. The framework has a fresh new look and a new home for documentation at angular.dev. The built-in control flow feature offers better syntax, type checking, and performance improvements. Deferrable views enable lazy loading with a simple declarative code. The future plans for deferrable views include server-side rendering and partial hydration on the client. SSR and hydration are now enabled by default in new Angular apps. The Angular CLI has improved support for deployment to cloud platforms like Firebase.

  9. 9
    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.

  10. 10
    Article
    Avatar of itnextITNEXT·3y

    Angular 16 is huge

    angular 16 is just the first release candidate version of v16. There are a lot of features/changes coming with this version. It is still experimental and some more performance related improvements and optimisations are to be made. It already enables a much faster startup time (at least 2 times) than webpack implementation.

  11. 11
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·3y

    Two-way data binding in Vanilla JavaScript without Angular or React

    Two-way data binding in Vanilla JavaScript without Angular or React. In Plain English, we will create a similar data binding but with vanilla JavaScript. We will create an object’s property with a getter and a setter function to update the value of the corresponding HTML element.

  12. 12
    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.

  13. 13
    Article
    Avatar of builderiobuilder.io·3y

    My Take on a Unified Theory of Reactivity

    My Take on a Unified Theory of Reactivity: I want to share my understanding of the current reactivity approaches and landscape. I think there are fundamentally three approaches to reactivity that we have seen in the industry thus far: Value-based; that is, dirty-checking.

  14. 14
    Article
    Avatar of builderiobuilder.io·3y

    Unveiling the Magic: Exploring Reactivity Across Various Frameworks

    React can be broadly defined as the automatic update of the UI due to a change in the application's state. The framework does not need to execute any code and knows exactly which DOM nodes need to be updated. In real-world applications, the state, event, and binding are not always in the same component.

  15. 15
    Article
    Avatar of medium_jsMedium·3y

    Is React Killing Angular?

    React and Angular are both popular JavaScript frameworks with their own strengths and niches. React is known for its simplicity and flexibility, making it popular for smaller projects and startups. Angular, on the other hand, has a more opinionated structure and extensive features that cater to larger enterprise applications. The choice between React and Angular depends on the specific requirements of the project.

  16. 16
    Article
    Avatar of prettierPrettier·3y

    Prettier 3.1: New experimental ternaries formatting and Angular control flow syntax! · Prettier

    Prettier 3.1 introduces new features such as experimental ternaries formatting and support for control flow syntax in Angular. It also includes various bug fixes and improvements.

  17. 17
    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.

  18. 18
    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.

  19. 19
    Article
    Avatar of angularaddictsAngular Addicts·3y

    Master Angular 17

    Master Angular 17 is a study guide that highlights the changes and new features in the latest version of Angular. It covers topics such as declarative control flow, deferred loading blocks, View Transitions API support, and more.

  20. 20
    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.

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

    Angular is getting New Template Syntax

    Angular is getting New Template Syntax - DEV Community New template Syntax, Built-In Control Flow, a farewell to structural directives. The new syntax emphasizes using ‘track’ for loops to improve performance and optimizes list diffing by enforcing tracking. The team envisions extending this new syntax to accommodate more JS loop flavors.

  22. 22
    Article
    Avatar of ionicIonic Blog·3y

    Ionic 7 is here!

    Ionic 7 brings developer experience improvements when working with overlays, forms, and events. It also brings performance improvements for Angular, React, and Vue applications. Inline Overlays are now available on all overlay components, including action sheets, alerts, loaders, pickers, toasts.

  23. 23
    Article
    Avatar of telerikTelerik·3y

    Angular.dev and v17—I Told You the Renaissance was Here

    Angular.dev introduces a new brand, website, and features like deferred loading. The new documentation structure prioritizes beginners and includes in-depth guides for advanced developers. Angular v17 also introduces a new control flow syntax and native deferred loading. CLI updates include changes to routes, modules, and the default build system. SSR and hydration improvements have also been made. The Angular team is planning reactivity enhancements and other features for future versions. The article also discusses the new brand and provides resources for rebranding.

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

    4 Laws of RxJS Observables

    This article discusses the 4 Laws of RxJS Observables, including their laziness, unicast and multicast behavior, and the role of Subjects. It also mentions the possibility of making RxJS optional in the future.

  25. 25
    Article
    Avatar of telerikTelerik·3y

    Angular Component Library Part 1: How to Build a Library

    Learn how to build a shared component library in Angular to accelerate development, reduce code duplication, and ensure consistent functionality across applications.