I'm pretty new to redux and would like to know how i can update my redux store so that if a user performs an action to update the database that i can write a function that will update the redux store.
whats the best way to go about this?
After the user updates the db i'm calling .then() to update redux store (which calls to the DB to get the new info)
when i navigate to the new screen, the data from redux is still the same