Skip to content

johnsylvain/kobra

Repository files navigation

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