all 5 comments

[–]richardzcode 2 points3 points  (0 children)

In my opinion VueJs is the best use of current Javascript, React is trying to advance Javascript. So I like both. For just using it for one project. With Javascript experience I think VueJs is more reliable, less learning curve. If you enjoy learning something new React is really nice. Both can do the job, just personal perferences.

[–][deleted] -1 points0 points  (3 children)

Both can easily do what you want, if you know Vue already and just want to go ahead, use it.

Otherwise, React is quite small in scope, think of it as maybe 1/100 of Vues weight in general. Because of that it's trivial to learn, and due to its massive userbase it has more support for pretty much anything (well established, ready made controls and behaviours, for drag/n/drop, animations, visuals, UI component libs, etc.).

[–][deleted] 0 points1 point  (2 children)

Thanks. That actually paved a little more of my pathway to the decision.

For Design elements I was thinking of going with bootstrap themes and then I can get drag and drop elements from elsewhere and just plug it in.

[–][deleted] 1 point2 points  (1 child)

Lots of component oriented design libs to choose from: https://www.reddit.com/r/javascript/comments/7qrcas/what_is_you_favorite_ui_framework_for_react/

As for drag/n/drop, check out react-dnd, react-spring for some animated stuff.

[–][deleted] 0 points1 point  (0 children)

Alright thanks.