DEV Community

Cover image for [Video] How To Use Vue 3 Composition API for State Management
Aaron K Saunders
Aaron K Saunders

Posted on • Updated on

[Video] How To Use Vue 3 Composition API for State Management

Vue 3 Composition API for State Management with Ionic Framework... because it is awesome!!

This is a simple presentation showing how to manage state in the application with the composition API as an alternative to Vuex.

See Vuex Post Here: https://dev.to/aaronksaunders/using-vuex4-with-vue3-and-ionic-framework-nca

In this application, we initialize a list of data in the state when the app launches and then allow the user to manipulate the list in a separate view. Each view updating based on the changes in state in a reactive manner.

More VueJS & Ionic Videos

Alt Text

Top comments (0)