We've used React with Mobx in commercial apps for 5+ years now. React has been good for us BUT Solid is so much cleaner (and leaner). Porting most React code to Solid is pretty easy - mostly involves deleting things…
I've just completed porting react-bootstrap to SolidJS and the process was fairly painless. Having components only run once really simplifies things ...no need to stash useRefs and useCallbacks everywhere. Refs are…
We've used React with Mobx in commercial apps for 5+ years now. React has been good for us BUT Solid is so much cleaner (and leaner). Porting most React code to Solid is pretty easy - mostly involves deleting things…
I've just completed porting react-bootstrap to SolidJS and the process was fairly painless. Having components only run once really simplifies things ...no need to stash useRefs and useCallbacks everywhere. Refs are…