Hacker News new | ask | show | jobs
by macleodnine 2927 days ago
Could you elaborate on the different use cases for each? I don't know enough about vue to spot them myself
1 comments

My use case where Vue fits better is in lots of isolated reusable components that aren't tied to a global state. So an image slider or datepicker for example.

But I would consider React and Vue for building a larger scale, stateful application like Spotify or Slack.