Closed jdegand closed 3 months ago
Thank you @jdegand -- that's really helpful. What state management libraries would you recommend mentioning?
I am redrawing all the roadmaps at the moment and will prioritize it for this week.
I would look at adding TanStack Query, as that can be enough in a smaller app to replace a heavier solution like NgRx. Plus, it has portability to other frameworks so a learner would get value by learning that.
Also, Angular-fire
or firebase could be added to the state management section.
From the Angular CLI, you could also draw a connection to Monorepos
and Nx
. Vercel Turbo also works, but the example app has not been merged yet. Nx is really the best option and the most important.
set to "reviewed" so we don't miss it @kamranahmedse 🤙
@jdegand I'm rewriting the roadmap as we speak, are you available to validate changes?
@dansholds I'll review the PR and/or you can add any questions here.
@dansholds I'll review the PR and/or you can add any questions here.
I've just had it reviewed by two core members of Angular 👍
I've added/removed all your suggestions too 🤙
Revised version of Angular roadmap is live. Thank you for the feedback @jdegand - super helpful!
Roadmap URL
https://roadmap.sh/angular
Suggestions
Angularjs
vsAngular
distinction is no longer relevant and can be removed.Inject
function can covered in theDependency Injection
section.Validators
can be added to theCreate a custom__
section.What are__
section.@for
,@let
,@defer
and more.Angular Universal
is renamed toSSR
.Scully
is kind of outdated although an update is being worked on, it seems to be far away so I think it can removed. It would not be productive to learn it now.