Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerkalica/utb
Unified todomvc benchmark for react, preact, inferno without and with mobx, reactive-di state management libraries.
https://github.com/zerkalica/utb
benchmark inferno mobx preact react reactive-di redux todomvc
Last synced: 1 day ago
JSON representation
Unified todomvc benchmark for react, preact, inferno without and with mobx, reactive-di state management libraries.
- Host: GitHub
- URL: https://github.com/zerkalica/utb
- Owner: zerkalica
- License: mit
- Created: 2017-09-18T12:56:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-20T09:10:06.000Z (about 4 years ago)
- Last Synced: 2024-12-28T15:45:30.876Z (about 1 month ago)
- Topics: benchmark, inferno, mobx, preact, react, reactive-di, redux, todomvc
- Language: JavaScript
- Homepage: https://zerkalica.github.com/utb
- Size: 4.9 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Unified todomvc benchmark
Todomvcs generated for react, preact, inferno without and with redux, [mobx](https://mobx.js.org) and [reactive-di](https://github.com/zerkalica/reactive-di) state managent libraries from one source.
Open [all todomvc](https://zerkalica.github.com/utb)
or run locally:
1. npm install
2. npm run build && npm start
3. open http://localhost:8080Build single library target:
```
COMPONENT_LIB=preact STATE_LIB=lom_atom--reactive-di npm run build
```