Proposed change
In the current release, the user's favorite list is being persisted in the AsyncStorage using hard code. It would be better if it was implemented using redux-persist, once react-redux is already being used.
Why is it important?
Because it would be better for code maintenance and for code coherence, once redux is being used in the project.
Proposed change
In the current release, the user's favorite list is being persisted in the AsyncStorage using hard code. It would be better if it was implemented using redux-persist, once react-redux is already being used.
Why is it important?
Because it would be better for code maintenance and for code coherence, once redux is being used in the project.