1 Commits

Author SHA1 Message Date
Yurii Bezhentsev
d0c71ce15c
docs: created the new TypeScript Beginner Guide (#3246)
* 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>
2025-10-31 13:30:53 +09:00