Added new Zustand snippets with history using Zundo:
zsh
: zustand store with historyzsih
: zustand store with immer, historyzspih
: zustand store with persist, immer, history
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 |