I created the exact same app in React and Vue. Here are the differences.
https://medium.com/javascript-in-plain-english/i-created-the-exact-same-app-in-react-and-vue-here-are-the-differences-e9a1ae8077fd
Having used Vue at my current workplace, I already had a fairly solid knowledge of how it all worked. I was, however, curious to know what the grass was like on the other side of the fence — the grass in this scenario being React.
I’d read the React docs and watched a few tutorial videos and, while they were great and all, what I really wanted to know was how different React was from Vue. By “different”, I didn’t mean things such as whether they both had virtual DOMS or how they went about rendering pages. What I really wanted was a side-by-side code comparison, to really understand the differences when it came to building things in the two frameworks.