0.3.0 • Published 5 months ago
react-reactivity-utils v0.3.0
react-reactivity-utils
ALPHA EXPERIMENTAL VERSION, DO NOT USE IT IN PRODUCTION
A small, reliable and easy to use react utilities to help you improve the reactivity in your applications.
React uses a coarse-grain reactivity model, and there are some gaps in the conceptual system, what
we try to fill with these utils. Using them, you avoid common wronge usages of useEffect
and improve
your code redability and performance.
Installation
yarn add react-reactivity-utils
Usage
See the docs
Contributing
See the Contributing guide for details.
Changelog
See the the changelog list.
License
This project is licensed under the MIT License.