Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 837 Bytes

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 837 Bytes

Change Log

v1.1.0 - 2024/11/06

Added new Zustand snippets with history using Zundo:

  • zsh: zustand store with history
  • zsih: zustand store with immer, history
  • zspih: zustand store with persist, immer, history

v1.0.0 - 2023/07/10

Added Zustand snippet(prefix -zs) with typescript, middleware(persist, devtools, immer)

Snippet Renders
edc export default component
edcp export default component with props
edf export default function
zs zustand store
zsp zustand store with persist
zsd zustand store with devtools
zsi zustand store with immer
zspi zustand store with persist, immer
zsdi zustand store with devtools, immer
zsdpi zustand store with devtools, persist, immer