0.1.0 • Published 4 months ago

react-effective v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

React Effective

ALPHA VERSION, DO NOT USE IT IN PRODUCTION

A small, reliable and easy to use react utilities to help you improve the reactivity and runtime safety in your applications.

React uses a coarse-grain reactivity model, and there are some gaps in the conceptual system, which we try to fill with these utils. Using them, you avoid common wronge usages of useEffect and improve your code redability and performance.

And it has some utils to improve runtime data safety, validating the data with schemas and avoid wrong and unsecure inputs to get inside the React application.

Installation

yarn add react-effective

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.

0.1.0

4 months ago