aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Translate to Chinese (#8)Steve Xu2019-05-072-0/+500
| | | | | | | | * translate to Chinese * Correct File Name * Fix Migration Anchor
* Export interfaces (#7)Cameron Crothers2019-05-071-2/+2
| | | | | The interfaces need to be exported so that users don't encounter TS4023 when exporting their state outside of files ie `export const UserState = createContainer(useUserState);`
* Update README.mdJamie Kyle2019-05-061-0/+32
|
* docs: fix counter example (#3)Christian Petersen2019-05-051-1/+1
| | | Fixes the example where the increment function would subtract from `count` instead of add to it.
* docs: fix example for Keeping Containers Small (#4)Christian Petersen2019-05-051-1/+1
| | | Fixes the example for the **Tip #2: Keep Containers Small** section where `Counter.useContainer` was used instead of `Count.useContainer`.
* docs: Fix typo in "to to" to "you to". (#1)Nate Radebaugh2019-05-021-1/+1
|
* init commitJamie Kyle2019-05-0211-0/+11013