Hacker News new | ask | show | jobs
by patatino 2147 days ago
I like both, seriously. I have done projects in both. I would say the learning curve is steeper in React so if you have to pick one to get up and running fast maybe Vue is the better choice.

I liked learning Vue, but not so much learning React. But once it clicked with react it became my favorite.

2 comments

Is either one any easier when migrating an existing web?
Vue is much easier in that sense. You can just import the library using <script src"<<vue cdn addr>>"></script> and you can start using vue right there.
I'm working in a large GWT codebase right now and I have this fantasy where I convert the app to Vue or React. I think React hooks would complement a lot of the current components which are table rows or data-helpers. That said I haven't looked at Vue 3 very much which is adopting a similar function-based component pattern.
yes this would be good to know!
Good insight thanks!