Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/footballradar/VueReactPerf
Comparison of Vue.js & React.js rendering a fixed table of updating data.
https://github.com/footballradar/VueReactPerf
Last synced: 16 days ago
JSON representation
Comparison of Vue.js & React.js rendering a fixed table of updating data.
- Host: GitHub
- URL: https://github.com/footballradar/VueReactPerf
- Owner: footballradar
- Created: 2016-05-23T13:47:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T23:48:54.000Z (over 8 years ago)
- Last Synced: 2024-08-01T02:30:43.438Z (3 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 114
- Watchers: 28
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Blog posts
Part 1 - https://engineering.footballradar.com/from-a-react-point-of-vue-comparing-reactjs-to-vuejs-for-dynamic-tabular-data/Part 2 - https://engineering.footballradar.com/a-fairer-vue-of-react-comparing-react-to-vue-for-dynamic-tabular-data-part-2/
## Getting started
`npm install`## Running
`npm run dev`
Browse to `localhost:8080/react.html` or `localhost:8080/vue.html`## Changing the number of Games
You can edit the number of games displayed for [React, here](https://github.com/footballradar/VueReactPerf/blob/master/src/react.js#L17) and [Vue, here](https://github.com/footballradar/VueReactPerf/blob/master/src/vue.js#L4).