/react-vs-vue

Primary LanguageJavaScript

React vs Vue.js

This is a presentation of the "React vs Vue.js" dilemma.

Along with the presentation there are 3 implementations of a TODO app:

  1. in React
  2. in Vue.js with components
  3. in Vue.js with plain HTML

They all share the same CSS and HTML.

Screen shot from the TODOs app

How to run the presentation

Please follow the instructions inside presentation/.

How to run the apps

Please follow the instructions inside each respective directory (react/, vue-easy/ or vue/).