DEV Community

Play Button Pause Button
Fabio Biondi
Fabio Biondi

Posted on

SolidJS Intro in 5 minutes (for React Developers)

SolidJS is a "new" (5 years old) UI library with an API very similar to React that is gaining more and more popularity on Twitter and GitHub (20k stars), and which, in my opinion, is exactly how React should work:

➡️ no "weird" double renders (see React.StrictMode)
➡️ no need to manually handle dependencies in (lifecycle) events
➡️ no need to memoize functions to avoid re-renders
➡️ everything is clear as it should

Watch the second part of this video

--
SOLID WEBSITE
🔗 solidjs.com

SOURCE CODE:
https://stackblitz.com/edit/vitejs-vite-nfgcpt?file=src%2FApp.jsx


🔗 Follow me on:

➡️ LinkedIn: https://www.linkedin.com/in/fabiobiondi/
➡️ Twitch: https://www.twitch.tv/fabio_biondi
➡️ Facebook (italian): https://www.facebook.com/groups/fabio...

Oldest comments (0)