-
Notifications
You must be signed in to change notification settings - Fork 8
Redux Store
Auron Vila edited this page Apr 29, 2024
·
1 revision
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 :).