# recoil

> Recoil - A state management library for React

Latest version **0.7.7** (published 2023-03-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install recoil
pnpm add recoil
yarn add recoil
bun add recoil
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; popular repo.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.7 |
| Published | 2023-03-01 |
| First published | 2020-05-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19427 |
| Maintainers | fb, mondaychen, davemccabe, drarmstr |

## Links

- npm: https://www.npmjs.com/package/recoil
- Repository: https://github.com/facebookexperimental/Recoil
- Homepage: https://github.com/facebookexperimental/Recoil#readme
- Issues: https://github.com/facebookexperimental/Recoil/issues
- npm.io page: https://npm.io/package/recoil

## Dependencies (1)

- [hamt_plus](https://npm.io/package/hamt_plus.md) 1.0.2

## Recent versions

- 0.7.7 (latest) — 2023-03-01
- 0.7.6 — 2022-10-11
- 0.7.5 — 2022-08-11
- 0.7.4 — 2022-06-22
- 0.7.3 — 2022-06-02
- 0.7.3-alpha.2 — 2022-05-09
- 0.7.3-alpha.1 — 2022-05-06
- 0.7.3-alpha — 2022-05-06
- 0.7.2 — 2022-04-14
- 0.7.1 — 2022-04-13
- 0.7.0 — 2022-04-01
- 0.6.1 — 2022-01-29
- 0.6.0 — 2022-01-29
- 0.5.2 — 2021-11-07
- 0.5.1 — 2021-11-05
- … 22 more at https://npm.io/package/recoil/versions

## README

# Recoil &middot; [![NPM Version](https://img.shields.io/npm/v/recoil)](https://www.npmjs.com/package/recoil) [![Node.js CI](https://github.com/facebookexperimental/Recoil/workflows/Node.js%20CI/badge.svg)](https://github.com/facebookexperimental/Recoil/actions) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/facebookexperimental/Recoil/blob/main/LICENSE) [![Follow on Twitter](https://img.shields.io/twitter/follow/recoiljs?label=Follow%20Recoil&style=social)](https://twitter.com/recoiljs)

Recoil is an experimental state management framework for React.

Website: https://recoiljs.org

## Documentation

Documentation: https://recoiljs.org/docs/introduction/core-concepts


API Reference: https://recoiljs.org/docs/api-reference/core/RecoilRoot


Tutorials: https://recoiljs.org/resources

## Installation

The Recoil package lives in [npm](https://www.npmjs.com/get-npm).  Please see the [installation guide](https://recoiljs.org/docs/introduction/installation)


To install the latest stable version, run the following command:

```shell
npm install recoil
```

Or if you're using [yarn](https://classic.yarnpkg.com/en/docs/install/):

```shell
yarn add recoil
```

Or if you're using [bower](https://bower.io/#install-bower):

```shell
bower install --save recoil
```

## Contributing

Development of Recoil happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving Recoil.

- [Code of Conduct](./CODE_OF_CONDUCT.md)
- [Contributing Guide](./CONTRIBUTING.md)

### License

Recoil is [MIT licensed](./LICENSE).

---
_Source: https://npm.io/package/recoil · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
