SolidJS #2: state management and custom components
Fabio Biondi
Posted on July 3, 2022
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...
Posted on July 3, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.