@mjackson@Enea_Jahollari Modern Angular absolutely gets it right. No decision fatigue on bundler, testing framework, routing, built in SSR. Everything works and it’s fast. Devex is fantastic. Typescript built in and not negotiable. When they migrated from webpack to Vite, I had absolutely 0 work to do.
Two new RFCs recently landed for the @ngrx_io Signals package:
- Resource Extensions: https://t.co/VwQk99OI0h
- DelegatedSignal: https://t.co/7cguUjiV37
Feedback is welcome and appreciated!
#NgRx#Angular
With the decline in satisfaction of Next.js, now is the time for the @angular team to focus on SSR and implementing capabilities in the amazing ways that Angular has a rich history of. Things like @ defer are incredible. Let’s get ISR added next!
@marktechson@mgechev thoughts?
@dillon_mulroy Can’t wait for AI to take so many jobs that we don’t have workers who don’t buy and our economy collapses. Who are we building for if no one can afford anything?
@ManfredSteyer Excellent work as always, @ManfredSteyer. So the angular bundle is able to be reused if it already exists and matches the expected version from the WC wrapped application.
@ManfredSteyer Can you explain how the best of both worlds works? Does the WC share a version of angular if it finds it, but uses its own if it doesn’t? I tried finding a sample repo for this but don’t see one.
@giorgio_boa@ManfredSteyer@ScriptedAlchemy@ManfredSteyer have you considered a similar approach with using the module-federation/vite plugin instead of native federation? Especially since it now looks like only Angular will be using it?
@ManfredSteyer it looks like @giorgio_boa and @ScriptedAlchemy have renamed their native federation package to be module-federation/vite. Any interest in the angular architects native federation package following suite? Or allowing remotes built with this to be pulled in?
@giorgio_boa@ManfredSteyer@ScriptedAlchemy Is that just because once you’re no longer tied to webpack, the advantages of native federation are less? So you went back to module?
@LukeDiebold After v17 things have massively improved. Signals (ref equivalent), control flow syntax, @ defer, httpResource, ability to convert to an SSR app with a single CLI command have all blown my mind.