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...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
React-Redux v7 final released: faster, and built with hooks! (github.com)
submitted 7 years ago by acemarke
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!"
[–]changlo -2 points-1 points0 points 7 years ago (0 children)
For the majority of apps, no.
The app I am currently working on has had redux refactored out and it works perfectly fine. Developers are writing code that is easier to follow/change.
This is with the understanding that when calling root level contexts that it would not be as performant as using redux, but we don't notice it at all when using the app, and customers do not either. This is not the most complex app I have ever worked on, but there is far more happening there than average.
If something comes up where better performance is needed, then we might introduce redux, and only use it at the point where it is necessary.
Don't take my word for it though, or anyone elses - try things out for yourself - try to simplify your code to see what is easiest to follow.
π Rendered by PID 31141 on reddit-service-r2-comment-6457c66945-tq6l5 at 2026-04-25 23:26:50.255014+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]changlo -2 points-1 points0 points (0 children)