Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colorfy-software/zfy
🧸 Useful helpers for state management in React with zustand.
https://github.com/colorfy-software/zfy
helpers react state-management store zustand
Last synced: 3 months ago
JSON representation
🧸 Useful helpers for state management in React with zustand.
- Host: GitHub
- URL: https://github.com/colorfy-software/zfy
- Owner: colorfy-software
- License: mit
- Created: 2021-04-23T14:08:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T10:08:15.000Z (almost 3 years ago)
- Last Synced: 2024-10-01T00:43:05.365Z (3 months ago)
- Topics: helpers, react, state-management, store, zustand
- Language: TypeScript
- Homepage: https://colorfy-software.gitbook.io/zfy
- Size: 819 KB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
🧸 zfy
Useful helpers for state management in React with zustand.## 🎯 Purpose
[zustand](https://github.com/pmndrs/zustand) is a library that keeps state management as simple as you would have always loved it to be. zfy has been built on top of it to provide [a useful set of tools](https://colorfy-software.gitbook.io/zfy/#features) to make that experience even
more delightful.## 🏗️ Installation
```sh
yarn add @colorfy-software/zfy
```## 📚 Documentation
The doc is accessible at https://colorfy-software.gitbook.io/zfy.
- The best way to learn is to follow the [guides](https://colorfy-software.gitbook.io/zfy/guides/creating-and-using-a-store). They will help you to get up and running in no time.
- The [API reference](https://colorfy-software.gitbook.io/zfy/api/types) lists all public APIs.## 🤝 Contributing
This library is a very opinionated approach to using zustand that the team uses at colorfy.
**Therefore, we might not consider requests that do not align with our goals/vision/use cases for zfy**.
However, feel free to voice your opinions if need be: our position might change!
You can also consider doing so [_from the inside_](https://colorfy.me/team/) 👀…
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## 📰 License
MIT