Jotai
Jotai
상태
React를 위한 기본적이고 유연한 상태 관리
Waku
Hydration
Jotai는
useHydrateAtoms
를 통해 아톰의 hydration을 지원합니다. 이 훅에 대한 문서는
여기
에서 확인할 수 있습니다.
GitHub
npm
Docs
Search...
Jotai docs
core
atom
useAtom
Store
Provider
utilities
Storage
SSR
Async
Lazy
Resettable
Family
Callback
Reducer
Select
Split
extensions
tRPC
Query
Effect
URQL
Immer
XState
Location
Cache
Scope
Optics
Redux
Relay
Valtio
Zustand
third party
Derive
History
Bunja
tools
SWC
Babel
Devtools
basics
Concepts
Comparison
Showcase
함수형 프로그래밍과 Jotai
guides
v2 API migration
TypeScript
Next.js
Waku
Remix
React Native
Debugging
Performance
Testing
Core internals
Composing atoms
Atoms in atom
Initializing state on render
Persistence
Using store outside React
Async
Resettable
Vite
recipes
Large objects
Custom useAtom hooks
useAtomEffect
atomWithToggle
atomWithCompare
atomWithToggleAndStorage
atomWithRefresh
atomWithRefreshAndDefault
atomWithListeners
atomWithBroadcast
atomWithDebounce
useReducerAtom
Close