In this video I introduce the basics of both React and Vue. Using the CodeSanbox website I demonstrate how to build simple components using React and Vue. I think build a simple To Do list application in Vue.
Initial React Demo: https://codesandbox.io/s/react-click-...
Initial Vue Demo: https://codesandbox.io/s/vue-click-co...
Vue To Do App: https://codesandbox.io/s/vue-simple-t...
React To Do App: https://codesandbox.io/s/react-simple...
Note that my "lines of code" comparison between Vue and React at the end of the video was incorrect. The React To Do app included one feature not included in the Vue version. With this feature included in both apps, the comparison becomes 52 lines for Vue and 82 lines for React.