/kobra

🐍 Minimal JavaScript Framework

Primary LanguageJavaScriptMIT LicenseMIT

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