DEV Community

Discussion on: How to optimize your React Components using Hooks

Collapse
 
aminya profile image
Amin Yahyaabadi • Edited

Using Solid-js you can reduce the size of your program from 200KB to 4KB and increase the runtime performance by at least 2 times. Spending time optimizing React is not worth it.

rawgit.com/krausest/js-framework-b...

Collapse
 
ucvdesh profile image
Daniel Silva

Yeah, I know there are other options out there, but when you have to work on a React app (maybe the client ask for that technology or maybe there's an existing app to work on) so you have to know how to do it right! ;)