Review
Besides the larger community, my experience with both React and Vue makes React a great winner to me: - Easier to create pure-function components; - auto contained HTML/CSS - I'm looking at you styled-components ;) - for each component, with more explicit code than Vue, on which you need to learn a lot of directives, in a more opinionated way of coding; - React's one-way data-flow leads to less coupling with the backend, making it easier to handle the application as it grows in size/complexity; - Hooks are a breeze to work with, and you can easily create your own domain-specific hooks; - separation of concerns per component is easy to do too, so you can split the business logic and the exhibition in a very straightforward way.
0 views0