Skip to content

Component oriented framework inspired by Mithril and ReactJs (work in progress)

Notifications You must be signed in to change notification settings

Michal-Miky-Jankovsky/Bobril

 
 

Repository files navigation

Bobril Logo Bobril

Component oriented framework inspired by Mithril and ReactJs (work in progress) Easy automatic generation of code and its speed has higher priority over simplicity.

Examples: http://bobris.github.io/Bobril/

Features in core:

  • No additional dependencies
  • Virtual DOM diffing
  • Components remember state in VDom cache
  • Support for partial invalidates for even faster redraws
  • Normalization of Events
  • support for IE8+, Android 4.0+
  • batching of redrawing
  • under 10kb minified

Features in extensions:

All extensions + core gziped are under 12kb

Near term planned extensions:

Longer term extensions:

  • New/Deleted Node animation
  • Prevent exit
  • Ajax

Uses Karma, Jasmine, Coverage for testing

MIT Licensed

About

Component oriented framework inspired by Mithril and ReactJs (work in progress)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.3%
  • TypeScript 49.1%
  • Other 0.6%