Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

🧸 Useful helpers for state management in React with zustand.

Awesome Lists containing this project

README

        



🧸 zfy


Useful helpers for state management in React with zustand.



Current GitHub Actions build status


npm version


Monthly npm downloads


PRs welcome!

## 🎯 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