# Best practices for Vuex

Vuex is the state management pattern and library for Vue.js applications.

  • Have in mind adding Vuex since the start of you Vue.js application.

  • Definitely it will make your life ease.

  • A way to handle (get and modify) the app state.

  • Makes the codebase consistent and improve the code reviews.

# External resource

Architecting Vuex Store.