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
- Host: GitHub
- URL: https://github.com/yogthos/reagentperf
- Owner: yogthos
- Created: 2017-03-25T04:24:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T23:03:01.000Z (almost 9 years ago)
- Last Synced: 2025-03-31T13:28:34.167Z (10 months ago)
- Language: Clojure
- Size: 214 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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