π§ͺ Angularβs Future, Functional Components, Stable Signals
#angular
β Article link: https://medium.com/ng-news/episode-23-40-angulars-future-functional-components-stable-signals-da6c608515bb
π Brandon Roberts: https://twitter.com/brandontroberts/status/1710773567565050310
#angular
β Article link: https://medium.com/ng-news/episode-23-40-angulars-future-functional-components-stable-signals-da6c608515bb
Please open Telegram to view this post
VIEW IN TELEGRAM
π Angular Signals for Global State
#angular
β Article link: https://jamienordmeyer.medium.com/using-angular-signals-for-global-state-2eb51463fab2
#angular
β Article link: https://jamienordmeyer.medium.com/using-angular-signals-for-global-state-2eb51463fab2
π JS 5 Most Exciting ES13 Features
#js #await
β Article link: https://javascript.plainenglish.io/5-most-exciting-es13-features-you-should-know-about-c1c304f4ce02
#js #await
β Article link: https://javascript.plainenglish.io/5-most-exciting-es13-features-you-should-know-about-c1c304f4ce02
π1
π§ͺ Angular β New Control Flow
#angular #controlFlow
π© > Angular v17.0.0-next.8
β Article link: https://blog.stackademic.com/angular-new-control-flow-with-a-working-example-72cc0a860988
π Code link: https://github.com/Madhust/angular-control-flows/
#angular #controlFlow
π© > Angular v17.0.0-next.8
β Article link: https://blog.stackademic.com/angular-new-control-flow-with-a-working-example-72cc0a860988
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π Microtask Queue + RxJS + Angular: How it works
#angular #ngZone #microTask #macroTask
In the context of Angular, the framework doesnβt directly use the root zone. Instead, Angular creates its specialized zone by forking the root zone.
This forked zone, known as NgZone or sometimes referred to as the "inner zone," is augmented with Angular-specific behaviors. It's within this NgZone that Angular tracks changes and decides when to run its change detection.
The ability to fork zones and create this hierarchical structure is powerful. It allows for modular and layered tracking of asynchronous operations.
For instance, while the root zone might provide basic tracking, child zones (like NgZone) can introduce application-specific behaviors without affecting the broader tracking mechanisms.
In Angularβs case, the NgZone ensures that the framework can efficiently track changes and update the UI, building upon the foundational capabilities of the root zone.
β Article link: https://itnext.io/microtask-queue-rxjs-angular-ac3d8612d3f6
#angular #ngZone #microTask #macroTask
In the context of Angular, the framework doesnβt directly use the root zone. Instead, Angular creates its specialized zone by forking the root zone.
This forked zone, known as NgZone or sometimes referred to as the "inner zone," is augmented with Angular-specific behaviors. It's within this NgZone that Angular tracks changes and decides when to run its change detection.
The ability to fork zones and create this hierarchical structure is powerful. It allows for modular and layered tracking of asynchronous operations.
For instance, while the root zone might provide basic tracking, child zones (like NgZone) can introduce application-specific behaviors without affecting the broader tracking mechanisms.
In Angularβs case, the NgZone ensures that the framework can efficiently track changes and update the UI, building upon the foundational capabilities of the root zone.
β Article link: https://itnext.io/microtask-queue-rxjs-angular-ac3d8612d3f6
π Developing a Chrome Extension in 6 steps
#angular #chrome #extension
β Article link: https://medium.com/@zeeshankhan8838/chrome-extension-with-angular-f1628e49289f
#angular #chrome #extension
β Article link: https://medium.com/@zeeshankhan8838/chrome-extension-with-angular-f1628e49289f
π₯4