DEV Community

Discussion on: I've built a Netflix clone using React and TMDB API

Collapse
 
diogo405 profile image
Diogo Goncalves

Hmm couldve done with Vue as well. What I love about React is the Phisolophy of reusable components. So, I think for a SPA it's the right tool. The problem of no framework, in my opinion is that HTML doesn't have a way to reuse code (or doest it?). Also, the two way binding, router, testing tools of the create-react-app save a lot of time. Id use a vanilla solution for a extremely simple page.

Collapse
 
kylesureline profile image
Kyle Scheuerlein

Cool. I appreciate your opinion.