mirror of
https://github.com/pmndrs/zustand.git
synced 2025-12-08 19:45:52 +00:00
* docs: created the new TypeScript Beginner Guide * docs: updated title * docs: removed redundant sub-title * docs: aligned indents * docs: updated middleware titles * docs: styled Conclusion section * docs: added curried version of the "create" function * docs: renamed the guide file * docs: changed the title to have the same title format with "Advanced TypeScript Guide" * docs: removed separating the curried form of the 'create' function * docs: switched to create<T>()(...) and updated examples to make them more consistent * docs: removed redundant TS store type extractor and unified middlewares * docs: fixed format * docs: fixed typo in the middleware list * docs: updated doc according to the latest review. Also unified quotes * docs: minor PR review fixes * docs: removed Hooks section * docs: added API documentation links to the corresponding sections * Apply suggestions from code review * fix format --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com> Co-authored-by: daishi <daishi@axlight.com>