I decided to take a look how Stiches, CSS-in-JS library, works.
Very handy library, I appreciate so much write CSS directly in the component. Each component SideBar (List of genres), Button (each genre item), Content (List of movies), MovieCard (each movie card) has your own styles written in your file.
-
JSON Server (responsible to store the genres and movies)
yarn serverornpm run server
-
React
yarn devornpm run dev
- ReactJS using Context API (share state between components)
- StichesJS (CSS-in-JS library)
