This is a game of thrones fan page app built with Facebook's REACT. Built on a 3rd party API TVMAZE.
-
Had problems with displaying the full info gotten from the api about each cast. This was solved using the concept of modal - Stack Overflow
-
Had memory leak problem because of multiple requests without unmounting component - Medium
-
Had a problem with routing in general: nested routing, modal routing. But it just required me reading and going through the examples of the official documentation of react-router-dom - react-router-dom