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

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.

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`