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.