utb

Unified todomvc benchmark

Usage no npm install needed!

<script type="module">
  import utb from 'https://cdn.skypack.dev/utb';
</script>

README

Unified todomvc benchmark

Todomvcs generated for react, preact, inferno without and with redux, mobx and reactive-di state managent libraries from one source.

Open all todomvc

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