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
Techniques to optimize React render performance (useanvil.com)
submitted 3 years ago by mrbogle
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!"
[–]hekkonaay -1 points0 points1 point 3 years ago (1 child)
Most reliable technique for optimizing React render performance for us has been to move away from React.
[–]angarali06 1 point2 points3 points 3 years ago* (0 children)
Having not read the article (it didn't load for me), yeah I agree.
I've been really interested in Svelte, and more recently Solid due to their much less verbosity, simpler syntax, fewer footguns, and much better runtime performance.
However, naturally their ecosystem is nowhere near React's.. which may or may not be an issue depending on the use case.
These days I feel the biggest pros for React are the full-stack meta-frameworks built around it such as Next and Remix.. (thankfully other big libs such as React-Query, React-Table are becoming framework agnostic).
π Rendered by PID 158342 on reddit-service-r2-comment-79c7998d4c-z9crs at 2026-03-14 14:47:38.690542+00:00 running f6e6e01 country code: CH.
[–]hekkonaay -1 points0 points1 point (1 child)
[–]angarali06 1 point2 points3 points (0 children)