https://github.com/sultan99/rol-vs-jsx
🍣 RoL vs JSX comparison.
https://github.com/sultan99/rol-vs-jsx
Last synced: about 1 year ago
JSON representation
🍣 RoL vs JSX comparison.
- Host: GitHub
- URL: https://github.com/sultan99/rol-vs-jsx
- Owner: sultan99
- Created: 2019-03-28T13:13:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T17:52:05.000Z (about 7 years ago)
- Last Synced: 2025-04-02T06:38:06.785Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Comparison: RoL vs JSX
Project includes two applications writen using React on Lambda and JSX for comparisons.
### Installation
```sh
$ git clone git@github.com:sultan99/rol-vs-jsx.git
$ npm i
$ npm run build
```
In `dist` you find two more folders `rol` & `jsx`, open index.html of each folder.
- Close heavy running applications.
- While running test don't leave the page it should be focused.
- Reapeat test several time by pressing `F5` to get more avarage - accuracy result.
- Reapeat the same procedure for the next index.html file.
### Performance test results
- React on Lambda: `8.50ms`
- JSX: `9.97ms`
Most of time RoL showed faster results from **3%** upto **10%** than JSX version.
### Bundle size
- React on Lambda: `2.03KB`
- JSX: `2.57KB`