mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
docs: add instruction on how to install zustand package using yarn (#1330)
This commit is contained in:
parent
a848f708b7
commit
276af10d88
@ -21,8 +21,14 @@ You can try a live demo [here](https://codesandbox.io/s/dazzling-moon-itop4).
|
||||
|
||||
## Installation
|
||||
|
||||
Zustand is available as a package on NPM for use:
|
||||
|
||||
```bash
|
||||
# NPM
|
||||
npm install zustand
|
||||
|
||||
# Yarn
|
||||
yarn add zustand
|
||||
```
|
||||
|
||||
## First create a store
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user