Minimal JavaScript framework
- Efficient Virtual DOM diffing
- Shared state across routes
- Redux style state management
- Simple API (4 methods)
# install deps
yarn
# run tests
yarn test
# build dist
yarn build
# release to npm
yarn publish
# run documentation site
yarn docs