Create a Zustand-like Module State Library

Create a Zustand-like Module State Library

Description

Zustand is a state management library aimed at staying simple and un-opinionated so that you as the developer can build your application as you see fit. To do this it creates a store (module of state) that you can subscribe components to read and update data from.

Zustand leans on hooks as the primary way to interact with your state. This means you get less boilerplate and a centralized, action-based state management solution that scales with the complexity of your app.

Daishi, a core contributor of Zustand, will show you the inner workings of the library by creating a small version of it. You learn how Zustand’s API came to be and gain a better understanding of it by the end of this course.

Download Links

Direct Download

Create a Zustand-like Module State Library.zip (74.1 MB) | Mirror

Leave a Reply

Your email address will not be published. Required fields are marked *