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

https://github.com/yogthos/reagentperf

Reagent version of the VueReactPerf benchmark
https://github.com/yogthos/reagentperf

Last synced: 8 months ago
JSON representation

Reagent version of the VueReactPerf benchmark

Awesome Lists containing this project

README

          

This is a version of the [VueReactPerf](https://github.com/footballradar/VueReactPerf) benchmark implemented using [Reagent](http://reagent-project.github.io/). The original benchmark is discussed [here](https://engineering.footballradar.com/a-fairer-vue-of-react-comparing-react-to-vue-for-dynamic-tabular-data-part-2/?utm_content=buffer0e901).

Prerequisites:

* [JDK](http://www.azul.com/downloads/zulu/)
* [Leiningen](https://leiningen.org/)

To build the benchmark in development mode run:

lein figwheel

To build the optimized version for release run:

lein release