aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update thai language (#36)Naruepanart Siangsanan2019-06-194-3/+565
|
* docs: Fix Chinese "Introducing Hooks" link (#34)Barend2019-06-061-1/+1
|
* Update README.mdJamie Kyle2019-05-291-0/+30
|
* fix exampleJamie Kyle2019-05-141-4/+4
|
* 1.1.0v1.1.0Jamie Kyle2019-05-142-2/+2
|
* add initialStateJamie Kyle2019-05-148-29/+2970
|
* Update README.md (#17)Go7hic2019-05-141-1/+1
| | | `setInput` should be setValue?
* Translated to Russian (#16)Alexey Yakovlev2019-05-143-4/+514
| | | | | | * Copied README.md * Translated README-ru-ru.md into Russian.
* Update README-zh-cn.mdJamie Kyle2019-05-071-2/+2
|
* Update README-zh-cn.mdJamie Kyle2019-05-071-2/+9
|
* Update README.mdJamie Kyle2019-05-071-2/+2
|
* Update README.mdJamie Kyle2019-05-071-2/+9
|
* 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