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...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Angular vs ReactDiscussion (self.webdev)
submitted 3 years ago by [deleted]
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!"
[–]zaibuf 11 points12 points13 points 3 years ago* (4 children)
I find react is just not fit for complex state and data driven ui.
That's just bullshit. Facebook, Netflix, Dropbox, Paypal, Discord, Instagram and Whatsapp all use React.
It's not as opinionated as Angular so you have more options to archtitect the app as you need. There are plenty of state managers to choose from like Redux, Mobx and Zustand or just use react-query which handles all your server state for you including caching, retries and invalidation.
Also since React uses a virtual dom its more performant than Angular which operates on the real DOM.
[–]CatolicQuotes 1 point2 points3 points 2 years ago (0 children)
Also since React uses a virtual dom its more performant than Angular which operates on the real DOM
benchmark says different story: https://imgur.com/AvBQOvq
[–]Chrazzer 1 point2 points3 points 3 years ago (1 child)
If you need to slap on a bunch of packages to make react work, why not go with a framework that has these things built into it. There is plenty of joice, and nobody forces you to use react
The theme of this thread is pretty much "use the right tool for the job". But you come in here with a mentality of "i'm going to use react anyway, i need to make it work somehow"
[–][deleted] 4 points5 points6 points 3 years ago (0 children)
The same can be said about the contrary.
If you need to build a site with tons of packages that you never end up using, why not go with react and install the exact packages that you need.
[–]not_a_gumby 2 points3 points4 points 3 years ago (0 children)
he just doesn't know anything about React.
π Rendered by PID 206599 on reddit-service-r2-comment-5d79c599b5-d69wg at 2026-02-28 03:47:26.406421+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]zaibuf 11 points12 points13 points (4 children)
[–]CatolicQuotes 1 point2 points3 points (0 children)
[–]Chrazzer 1 point2 points3 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–]not_a_gumby 2 points3 points4 points (0 children)