SolidJS Intro in 5 minutes (for React Developers)

fabiobiondi

Fabio Biondi

Posted on July 3, 2022

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

💖 💪 🙅 🚩
fabiobiondi
Fabio Biondi

Posted on July 3, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What was your win this week?
weeklyretro What was your win this week?

November 29, 2024

Where GitOps Meets ClickOps
devops Where GitOps Meets ClickOps

November 29, 2024

How to Use KitOps with MLflow
beginners How to Use KitOps with MLflow

November 29, 2024

Modern C++ for LeetCode 🧑‍💻🚀
leetcode Modern C++ for LeetCode 🧑‍💻🚀

November 29, 2024