Comment on page
Store Management
Framework7 comes with a built-in lightweight application state management library — Store. It serves as a centralized Store for all the components in an application.
It works in the same way as Vuex for Vue, Redux for React and other store management libraries.
The file is located at
/assets/custom/js/store.js
Last modified 9mo ago