SolidJS #2: state management and custom components

fabiobiondi

Fabio Biondi

Posted on July 3, 2022

SolidJS #2: state management and custom components

In most of modern front end frameworks When our components have a very complex template, a good practice to organize it is to break it down into additional components.
And SolidJS also works in this way.

But how can we share a state between components?
There are patterns, state managers and SolidJS offer several interesting tools and APIs to handle the problem.

In this video we will create custom components, we will analyze a couple of patterns to share the state between components and we will refactor the application that was created in the first video about Solid.

Source Code:
https://stackblitz.com/edit/vitejs-vite-ln8znw

🎥 Watch Part 1: SolidJS Intro in 5 minutes (for React Developers)


🔗 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