-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59412b1
commit 0e0b285
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,8 +45,8 @@ Nicolas Galle [full post](https://medium.com/@nicolasgall/i-started-to-use-react | |
|
||
# Installation | ||
|
||
* NPM: `npm install mobx-state-tree --save` | ||
* Yarn: `yarn add mobx-state-tree` | ||
* NPM: `npm install mobx mobx-state-tree --save` | ||
* Yarn: `yarn add mobx mobx-state-tree` | ||
* CDN: https://unpkg.com/[email protected]/dist/mobx-state-tree.umd.js (exposed as `window.mobxStateTree`) | ||
* Playground: [https://mattiamanzati.github.io/mobx-state-tree-playground/](https://mattiamanzati.github.io/mobx-state-tree-playground/) (with React UI, snapshots, patches and actions display) | ||
* CodeSandbox [TodoList demo](https://codesandbox.io/s/nZ26kGMD) fork for testing and bug reporting | ||
|