Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.1 KB

readme.md

File metadata and controls

46 lines (32 loc) · 1.1 KB

Kobra API Stability npm bundle size (minified + gzip) npm GitHub

Minimal JavaScript framework

👌 Features

  • Efficient Virtual DOM diffing
  • Shared state across routes
  • Redux style state management
  • Simple API (4 methods)

🌎 Quick links

🎉 Example apps

💻 Development

# install deps
yarn

# run tests
yarn test

# build dist
yarn build

# release to npm
yarn publish

# run documentation site
yarn docs

License

MIT