Skip to content

codingwithjustin/vuex-clone-vue-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vuex Clone

Creating a Vuex Clone with Vue 3 Composition API



Tutorial creating hangman project in Vue 3

Checkout the tutorial for this repo.


Summary

Do we still need Vuex? Vuex is an awesome state management library. It's simple and integrates well with Vue. But the new composition API in Vue 3 exposes the underlying reactivity system and introduces new ways for structuring our applications. The new reactivity system is so powerful that it can be used for centralized state management.

Today we are going to be using the composition API to create our own state management store similar to Vuex. Then at the end of the video, we will compare the differences between the two solutions to determine which one you should use in your application.

Resources

About

Creating Vuex using the composition api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published