favouriteMovie reducer created and run succesfully.
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.
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.