Remimstr / COVID-19-globeview

3 stars 1 forks source link

I will refactor the whole project with Vue.js #11

Open hugetiny opened 4 years ago

hugetiny commented 4 years ago

I will refactor the whole project with Vue.js. html written in vanilla js is weird

hugetiny commented 4 years ago

https://github.com/COVID-19-Data-Visualization/COVID-19-globeview join this I pushed the first version.

Why vue.js? The most popular code project in github. Responsive data changing on a single page (with Computed property) Write htmls directly in template tag Better dev expierence

Remimstr commented 4 years ago

Sounds good to me. I use react on the daily so learning Vue would be a good thing

hugetiny commented 4 years ago

Sounds good to me. I use react on the daily so learning Vue would be a good thing

echarts offically supports vue ,but no offically support for react. I wrote some both react and vue code. For me, the way to write code with vue is just like react+mobx, while vue is cleaner and easier. Those two reason made me choose vue to do this.