| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* translate to Chinese
* Correct File Name
* Fix Migration Anchor
|
|
|
|
|
| |
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);`
|
| |
|
|
|
| |
Fixes the example where the increment function would subtract from `count` instead of add to it.
|
|
|
| |
Fixes the example for the **Tip #2: Keep Containers Small** section where `Counter.useContainer` was used instead of `Count.useContainer`.
|
| |
|
|
|