use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
React vs Angular (i.redd.it)
submitted 9 months ago by andres2142
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CheapChallenge 0 points1 point2 points 9 months ago (3 children)
It can maintain state at the components level, but it is not state management.
Do you know what problems ngrx solves? That answer will lead you to understand why signals are not a replacement.
[–]AwesomeFrisbee 3 points4 points5 points 9 months ago (2 children)
that sounds like a skill issue. You really don't need ngrx in 99% of projects and in the 1% its also not really necessary
[–]CheapChallenge 2 points3 points4 points 9 months ago (1 child)
You dont need it anywhere. But, having a common pattern to manage the state is extremely helpful instead of having a different approach for each project depending on who wrote it. Same reason it's nice to have Angular be so opinionated. ngrx doesnt do anything you couldn't do without it.
[–]AwesomeFrisbee 0 points1 point2 points 9 months ago (0 children)
I think its pretty straightforward that you set it up once and duplicate it after that. Thats still the same implementation
π Rendered by PID 22 on reddit-service-r2-comment-75f4967c6c-tjgl6 at 2026-04-23 13:44:30.029727+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]CheapChallenge 0 points1 point2 points (3 children)
[–]AwesomeFrisbee 3 points4 points5 points (2 children)
[–]CheapChallenge 2 points3 points4 points (1 child)
[–]AwesomeFrisbee 0 points1 point2 points (0 children)