SolidJS Intro in 5 minutes (for React Developers)
Fabio Biondi
Posted on July 3, 2022
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...
Posted on July 3, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.