aaliboyaci / react-movie-database

React app that a user can search and see various of infos about movies
0 stars 0 forks source link

setting up redux for the app #4

Closed aaliboyaci closed 1 year ago

aaliboyaci commented 1 year ago

at this point user can "add to / remove from favourites" any movie from detailsPage.

note: i still use useState on some areas, because i noticed that sometimes using local state management is more efficient and less buggy in some areas (like details page movie setMovie) because i believe it is related to fetching and reactRouter and it needs to be managed locally.

i believe that this story can be closed at this point.