Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).