I want to persist in the state of the redux store but do not want to handle it using the local storage. I just read some documents but according to the answers they provide, we can persist the state of the redux store using two methods:
- Using the redux-storage but it is now deprecated.
- Using the local storage.
I just tried the local storage. But, I think it will affect my app's performance at some point.