DEV Community

0 seconds of 6 minutes, 18 secondsVolume 90%
Press shift question mark to access a list of keyboard shortcuts
00:00
00:00
06:18
 
Fabio Biondi
Fabio Biondi

Posted on

2 1

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...

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay