computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
943 B
13 lines
943 B
# Zustand |
|
|
|
Zustand is a small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy api based on hooks, isn't boilerplatey or opinionated. |
|
|
|
Zustand is often used as an alternative to other state management libraries, such as Redux and MobX, because of its simplicity and small size. It is particularly well-suited for small to medium-sized applications, where the complexity of larger state management libraries is not required. |
|
|
|
Visit the following resources to learn more: |
|
|
|
- [@opensource@Zustand - Official Website](https://github.com/pmndrs/zustand) |
|
- [@article@Working with Zustand](https://tkdodo.eu/blog/working-with-zustand) |
|
- [@article@Zustand - Official Documentation](https://docs.pmnd.rs/zustand/getting-started/introduction) |
|
- [@opensource@Zustand Repository](https://github.com/pmndrs/zustand) |
|
- [@video@Zustand Tutorial for Beginners](https://www.youtube.com/watch?v=AYO4qHAnLQI&t) |