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

https://github.com/mntm-lib/precoil

A reactive event based state management library
https://github.com/mntm-lib/precoil

mutable reactive-programming state state-management

Last synced: 7 months ago
JSON representation

A reactive event based state management library

Awesome Lists containing this project

README

          

# @mntm/precoil [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/maxi-team/precoil/blob/master/LICENSE) [![npm bundle size](https://img.shields.io/bundlephobia/min/@mntm/precoil)](https://bundlephobia.com/result?p=@mntm/precoil)

**Docs:** [RU](./docs/RU.md) | EN

A reactive event based state management library.

## Installation

We recommend to use [yarn](https://classic.yarnpkg.com/en/docs/install/) for dependency management:

```shell
yarn add @mntm/precoil
```

## Contributing

Development of @mntm/precoil happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements.

## License

@mntm/precoil is [MIT licensed](./LICENSE).