Skip to content

Instantly share code, notes, and snippets.

@Zikoat
Zikoat / 1_vue2-zustand.md
Last active August 1, 2024 18:36
vue2-zustand

How to use Zustand with Vue 2

💻 Check out this Codesandbox demo: Vue 2 Playground

ℹ️ This approach works for Vue 2.6 and above.

🔍 Tiny: Just 10 lines of source code, no dependencies.

✨ The same Zustand store can be used with different libraries, such as Vue, React, or Svelte.