@@ -4,9 +4,9 @@
# Constate
<a href="https://npmjs.org/package/constate"><img alt="NPM version" src="https://img.shields.io/npm/v/constate/next .svg?style=flat-square"></a>
<a href="https://npmjs.org/package/constate"><img alt="NPM version" src="https://img.shields.io/npm/v/constate.svg?style=flat-square"></a>
<a href="https://npmjs.org/package/constate"><img alt="NPM downloads" src="https://img.shields.io/npm/dm/constate.svg?style=flat-square"></a>
<a href="https://unpkg.com/constate@next "><img alt="Size" src="https://img.badgesize.io/https://unpkg.com/constate@next ?style=flat-square"></a>
<a href="https://unpkg.com/constate"><img alt="Size" src="https://img.badgesize.io/https://unpkg.com/constate?style=flat-square"></a>
<a href="https://david-dm.org/diegohaz/constate"><img alt="Dependencies" src="https://img.shields.io/david/diegohaz/constate/master.svg?style=flat-square"></a>
<a href="https://travis-ci.org/diegohaz/constate"><img alt="Build Status" src="https://img.shields.io/travis/diegohaz/constate/master.svg?style=flat-square"></a>
<a href="https://codecov.io/gh/diegohaz/constate/branch/master"><img alt="Coverage Status" src="https://img.shields.io/codecov/c/github/diegohaz/constate/master.svg?style=flat-square"></a>
@@ -78,19 +78,15 @@ function App() {
npm:
```sh
npm i constate@next
npm i constate
```
Yarn:
```sh
yarn add constate@next
yarn add constate
```
> You'll need to install `react@next` and `react-dom@next`
> Constate `v1` is currently in early alpha. If you're looking for `v0` , see [`v0` docs ](https://github.com/diegohaz/constate/tree/v0#readme) or read the [migration guide ](MIGRATING_FROM_V0_TO_V1.md).
## API
### `createContainer(useValue[, createMemoInputs])`
0 comments on commit
603cd7d