9 Commits

Author SHA1 Message Date
Danilo Britto
bf4bcf20c5
chore(docs): update docs content (#2831)
* chore(docs): update docs content

* chore(docs): update types

* chore: update import types
2024-11-05 09:27:34 +09:00
Chafic Najjar
eac9dad35b
Fix "previous" and "next" navigation links (#2777) 2024-10-08 07:11:45 -05:00
Danilo Britto
602e1e9ebe
Update reset state docs (#2119)
* Update how-to-reset-state.md

* Minor changes

* Update how-to-reset-state.md

Co-authored-by: Blazej Sewera <code@sewera.dev>

* Update how-to-reset-state.md

Co-authored-by: Blazej Sewera <code@sewera.dev>

---------

Co-authored-by: Blazej Sewera <code@sewera.dev>
2023-10-15 08:34:07 +09:00
Kiku
7276b531bc
docs: correct import alias syntax (#1889) 2023-06-21 20:01:30 +09:00
Juanma Antonellini
de74f2e32d
fix(docs): Add Slices pattern example (#1485)
* Add Slices pattern example

By ading this example we can combine the real Slices pattern implementation (instead of multiple stores) with the resetAll method. Hope this helps! 😄

* Removed commetns and fixed typo

* Last PR changes
2023-02-28 10:56:30 +09:00
Daishi Kato
0b55a3d74b
feat: deprecate default export (#1514) 2023-01-10 18:13:25 +09:00
Danilo Britto
b8850550cb
Update how to reset state doc (#1495)
* Update how to reset state doc

* Minor fixes

* Minor changes

* Minor changes

* Minor changes

* Minor changes
2022-12-27 10:55:13 +09:00
Jacob Bergholtz
4ed81bc11b
Add usage with context to docs (#1291)
* docs: context guide proposal

* fix(docs): typo & omit comment

* fix(docs): remove horizontal rules

* fix(docs): add wiki link to DI

* fix(docs): format with prettier

* fix(docs): cases that model => where... is needed

* fix(docs): use sentence case

* fix(docs): omit quote block

* fix(docs): into "a" custom hook

* fix(docs): format with prettier

* fix(docs): sort broken nav indexes

* Update docs/guides/initialize-state-with-props.md

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>

* fix(docs): reintroduce React.createContext example

* scripts: escape quotes

* styles: run prettier

* fix(docs): omit 'React' from imports

* styles: run prettier

* styles: run prettier

Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
2022-09-18 09:01:06 +09:00
Danilo Britto
0eee59e4bf
fix(docs): Add how to reset state to docs/guides section (#1236)
* Add how to reset state to docs/guides section

* Fixing code examples

* Minor changes

* Minor fixes

* Adding codesandbox demo

* Update codesandbox demos
2022-08-29 23:56:57 +09:00