DEV Community

Discussion on: Introducing the SolidJS UI Library

Collapse
 
macprogguy profile image
Eric Methot

I've been using this library for a big project at work and I much prefer it to React.

  • SolidJS has a cleaner API (though similar) than React.
  • It's reactive computation model is clean, simple and efficient.
  • It's easier to integrate 3rd party libraries with SolidJS than with React

Although for most of the app the extra speed did not change much, It did make a big difference for screens with large tables or large graphs (drawing dependency graphs with D3). I will be using it
again for another app that I'm starting now.

So my hat goes to you @ryansolid for this wonderful library.