deact 0.3.0 copy "deact: ^0.3.0" to clipboard
deact: ^0.3.0 copied to clipboard

outdated

A web UI framework inspired by React. The main building blocks are components, which can be implemented as classes or functions.

Changelog #

v0.1.0 #

  • Intial release

v0.1.0+1 #

  • Fixed some maintenance and health issues

v0.1.1 #

  • Added references

v0.1.1+1 #

  • Fixed documentation

v0.1.1+2 #

  • Bug fix for references

v0.2.0 #

  • Added global references (see globalRef()and ComponentRenderContext.globalRef())
  • A Ref now provides a stream of change events
  • BREAKING CHANGE: Renamed globalStateProvider()to globalState()
  • BREAKING CHANGE: Renamed Component to ComponentNode, Element to ElementNode, Text to TextNode and Fragment to FragmentNode to avoid name conflicts with the dart:html package

v0.3.0 #

  • BREAKING CHANGE: Renamed Node to DeactNode to avoid name conflicts with the Node class from the dart:html package
15
likes
0
pub points
0%
popularity

Publisher

verified publisherblimster.net

A web UI framework inspired by React. The main building blocks are components, which can be implemented as classes or functions.

Homepage

License

unknown (LICENSE)

Dependencies

incremental_dom_bindings, logging

More

Packages that depend on deact