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

You can learn about how to use Framework7 Store at https://framework7.io/docs/store

Last updated