📄️ Overview
해당 문서는 zustand 를 이용한 전역 상태관리, 로컬 상태 관리, 스토리지 관리에 대한 간단한 사용법을 다루며,
📄️ Basic Guide
해당 문서에서는 zustand 의 기본적인 사용법을 다룹니다. 자세한 내용은 zustand 공식문서를 참고해주세요.
📄️ Zustand Middleware: With Setter
@toktokhan-dev/zustand-with-setter 패키지는 Zustand 스토어에 set 및 reset 함수를 추가하여 상태를 업데이트하고 초기화하는 기능을 제공합니다.
📄️ Zustand Context
@toktokhan-dev/zustand-create-store-context 패키지는 Zustand 스토어에 대한 context, provider, hoc 를 생성함으로써, Zustand를 사용한 로컬 상태 관리를 가능하게 합니다.
📄️ Zustand Persist
zustand persist 는 middleware 로써 zustand store 를 local storage, session storage, 와 같은 외부 store 와 연동하는 기능을 제공합니다.