Lots of content about Signals, class composition, State Management, Signals & Forms, and enterprise patterns…
Signals at JSParty
Alex Rickabaugh and Pawel Koszlowski were guest at the JS Party podcast.
According to Alex, after Angular has existed for ten years, they discussed necessary changes because of technological changes but also preparing the framework for the next ten years. One of the main outcomings of these discussions where the Signals.
Time Position: 7:33
There have also been some discussions about RxJs, where Pawel said that not every company needs to manage an event stream but just fetches data and sends it back. It is essential to offer a simple solution to the as well.
Time Position: 51:08
Class Composition
Andres Gesteira wrote an article on class composition in TypeScript.
After some theory, he showed how different frameworks that deal with that problem. He also dives into the possibilities of inheritance, why we should avoid them, and go with composition. He then presented the concepts of decorators and mixins as possible approaches.
Andres' article is more of a a theoretical nature but gives you hard facts and provides different perspectives in the current "functional components" discussion.
MiniRx Signal Store
Different state management libraries are starting and finished already moving towards Signals. The MiniRx Signal Store is one of them, and even supports the Redux pattern.
Florian Spier provides code examples and detailed explanations in his article.
Introducing MiniRx Signal Store
Florian Spier for This is Angular ・ Feb 7
Signal Forms
Although we know that the Angular team will provide a new Signal-based form module, some require a solution right now. Multiple community solutions exist.
The ng-signal-form from Tim Deschryver is one of the most popular, and Tim has written a lengthy article about it.
Enterprise Angular: Micro Frontends and Moduliths
Manfred Steyer released his e-book "Enterprise Angular: Micro Frontends and Moduliths with Angular" in the 6th version. He covers topics like architectural patterns, and the NgRx Signal Store.
Top comments (2)
Hi ng-news,
Your tips are very useful
Thanks for sharing
Thanks!