10 Commits

Author SHA1 Message Date
Chafic Najjar
eac9dad35b
Fix "previous" and "next" navigation links (#2777) 2024-10-08 07:11:45 -05:00
Daishi Kato
9857a676a9
refactor: revisit prettier config to be minimal (#2193) 2023-11-14 12:19:51 +09:00
Daishi Kato
db76eba813
fix(docs): zustand v3 context migration doc (#2039)
* fix(docs): zustand v3 context migration doc

* Update docs/previous-versions/zustand-v3-create-context.md

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

* Update docs/previous-versions/zustand-v3-create-context.md

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

* Update docs/previous-versions/zustand-v3-create-context.md

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

---------

Co-authored-by: Blazej Sewera <code@sewera.dev>
2023-09-11 18:42:55 +09:00
Juhyeok Kang
19d3df22a6
docs: fix typo (#1969) 2023-08-03 08:40:20 +09:00
Lars Artmann
3584d5075a
Update comment //store.ts to //store.tsx in zustand-v3-create-context.md (#1893) 2023-06-23 16:18:09 +09:00
Daishi Kato
55d0c3aec9
docs: add migration example in v3 create context (#1524)
* docs: add migration example in v3 create context

* fix markdown

* minor fix
2023-01-10 21:54:30 +09:00
Daishi Kato
7d32f9c7c9
feat: deprecate some APIs toward v5 (#1403)
* feat: deprecate some APIs toward v5

* update docs
2023-01-10 17:36:24 +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
eea3944499
fix(docs): move gotchas to docs/getting-started section (#1283)
* fix(docs): move gotchas to docs/getting-started section

* Minor changes

* Move gotchas to docs/guides section

* Update updating nested state object values to cross-link gotchas

* Minor changes

* Clean up

* Add updating draft states to docs/integrations for immer middleware

* Minor changes

* Update updating draft states to add demos

* Minor changes

* Minor changes

* Minor fixes
2022-09-15 19:10:07 +09:00
Chris K
b85f6413f1
docs(issue-1215): restructure top level docs (#1222) 2022-08-25 19:34:32 +09:00