Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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:8080

Build single library target:

```
COMPONENT_LIB=preact STATE_LIB=lom_atom--reactive-di npm run build
```