/
githubmirror
/
zustand
Обзор
Документация
Войти
/
githubmirror
/
zustand
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
zustand
Зеркало из
https://github.com/pmndrs/zustand
Следить
1
Форк
0
Избранное
0
GigaIDE Cloud
WC
Wonsuk Choi
test(*): add 'expect' with 'toBeInTheDocument' (#3162)
2 дня назад
295bf97
Описание
Избранное
0
Следят
1
Языки
TypeScript
JavaScript
Сообщить о нарушении
main
Ветки:
2
Коммиты:
1229
Теги:
108
Код
.codesandbox
.github
chore: update dev dependencies (#3159)
4 дня назад
docs
chore: fix some typos in comment (#3139)
месяц назад
examples
refactor: remove unused import in example & fix typo in tests (#3161)
2 дня назад
src
refactor(middleware): replace export * with explicit named and type exports (#3151)
8 дней назад
tests
test(*): add 'expect' with 'toBeInTheDocument' (#3162)
2 дня назад
.gitignore
.prettierignore
Chore/enhance prettier config (#3022)
4 месяца назад
CONTRIBUTING.md
docs: update CONTRIBUTING.md (#2986)
5 месяцев назад
FUNDING.json
LICENSE
README.md
docs(README): remove 'omit' in 'Overwriting state' section (#3160)
6 дней назад
eslint.config.mjs
test(*): add 'expect' with 'toBeInTheDocument' (#3162)
2 дня назад
package.json
5.0.6
4 дня назад
pnpm-lock.yaml
chore: update dev dependencies (#3159)
4 дня назад
rollup.config.mjs
chore(rollup): clarify the callback argument 'e' to 'entry' (#2952)
6 месяцев назад
tsconfig.json
vitest.config.mts
chore(eslint): enforce file extension usage for internal modules, ignore external packages (#3116)
2 месяца назад
Readme
First create a store
Then bind your components, and that's it!
Recipes
Fetching everything
Selecting multiple state slices
Overwriting state
Async actions
Read from state in actions
Reading/writing state and reacting to changes outside of components
Using zustand without React
Transient updates (for often occurring state-changes)
Sick of reducers and changing nested states? Use Immer!
Persist middleware
Immer middleware
Can't live without redux-like reducers and action types?
Redux devtools
React context
TypeScript Usage
Best practices
Third-Party Libraries
Comparison with other libraries
First create a store
Then bind your components, and that's it!
Why zustand over redux?
Why zustand over context?
Recipes
Fetching everything
Selecting multiple state slices
Overwriting state
Async actions
Read from state in actions
Reading/writing state and reacting to changes outside of components
Using subscribe with selector
Using zustand without React
Transient updates (for often occurring state-changes)
Sick of reducers and changing nested states? Use Immer!
Persist middleware
Immer middleware
Can't live without redux-like reducers and action types?
Redux devtools
Logging Actions
React context
TypeScript Usage
Best practices
Third-Party Libraries
Comparison with other libraries
README.md
Описание
Избранное
0
Следят
1
Языки
TypeScript
JavaScript
Сообщить о нарушении