Issue #75: What’s next for Server Side Rendering, reusable animations, story behind Angular Signals, Change Detection in Angular
What’s next for Server Side Rendering in Angular | by Jessica Janiuk and Andrew Kushnir
In May of 2022, we shared Angular’s vision for the future, where we committed to investing in server side rendering and hydration. Angular has had support for server side rendering through Angular Universal, which originally came into being thanks to third party contributors. Eventually Angular Universal became the official SSR library for Angular.
Fast forward to 2023, and SSR is now an essential part of modern web applications and has been for a few years. We’ve conducted surveys and the community has let us know that server side rendering is the top area Angular users want improvements. As a result of your feedback and the changed landscape around SSR, we have made server side rendering a top priority in 2023.
#ngTutorials
Change Detection in Angular Pt.2 - The Role of ZoneJS (2023) | by Decoded Frontend (Dmytro Mezhenskyi)
Welcome back to my video series on Change Detection in Angular! In this second video, we'll examine the ZoneJS library and its role in the Change Detection process. You'll learn about the monkey-patching technique, how it looks in practice, and figure out how Angular uses ZoneJS under the hood.
How to setup reusable animations with Angular | by Catalin Ciubotaru
How to make your Angular apps prettier, more user-friendly, and overall more whimsical.
The story behind Angular Signals! | by Fatima Amzil
Days ago, Angular published Angular v16-next version with the big upcoming feature, which is signals as a developer preview!
Signal brings a big change to the whole framework and will, in my opinion, make Angular more popular in the upcoming years as this feature will fix a historic limitation of Angular, which is Zone.js.
Key RxJS Operators Every Angular Developer Should Know | by Dany Paredes
Top RxJS Operators I Frequently Use Examples Included
#ngPodcasts
To SSR or SPA, that is the question! | by AngularAir
Sander Elias will explain the differences between SSR and SSG. He will also demonstrate how SSR is even possible in Angular, what that looks like, and when you should utilize it. Alyssa also plans on bothering Sander at a higher level about how the JS community is slowly swinging back towards SSR (over SPA) and how we all feel about this upcoming development.
AMP 39: Manfred Steyer on Modern Architectures with Angular Latest Innovations | by Angular Master Podcast
Join us as we chat with the legendary Manfred Steyer, an awesome speaker, trainer, consultant, and author, all about modern architectures and Angular's freshest innovations! 🚀
In this dope episode, Manfred Steyer and I chop it up about:
The game-changing innovations in Angular-based architectures like standalone components, standalone APIs, functional services (e.g., Guards, Resolver, Interceptors), and router enhancements.
Organizing an Angular app's structure without using NgModules.
The lowdown on the Angular Sheriff's role.
The 411 on standalone APIs and the migration process.
Everything you need to know about routing and lazy loading in Angular.
The key aspects of functional services in Angular.
The impact of signals on the performance and functioning of the described elements.