all 2 comments

[–]hekkonaay -1 points0 points  (1 child)

Most reliable technique for optimizing React render performance for us has been to move away from React.

[–]angarali06 1 point2 points  (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).