kwicherbelliaken / bad-reviews-make-good-movies

0 stars 0 forks source link

[REFACTOR]: WatchlistMovie ensure better loading when visiting watchlist page #66

Closed slackermorris closed 9 months ago

slackermorris commented 9 months ago

This pull request refactors the movie details component by splitting out the MoviePoster as its own component to improve rendering performance. It also addresses the flashing content issue caused by the order of elements in the DOM. Additionally, the request for the movie URL has been moved into the front matter of the WatchlistMovie content. These changes optimize the code and enhance the user experience.