Redux Store - auronvila/mantine-template GitHub Wiki

The app comes pre configured with redux, redux-toolkit and redux-perist.

App has some predifend slices (which reads some information from). Be careful if you intend to change some of the properties from the predefined slices, you might expect some unexpected behaviyour because the app will not be able to read some values from the localStorage. Feel free to add slices but be careful with changing the old ones :).