reactify 1.0.1 copy "reactify: ^1.0.1" to clipboard
reactify: ^1.0.1 copied to clipboard

outdated

This library makes it easier to build reactive user interface components in pure Dart. It is intended to be used in framework-less web development.

example/README.md

Examples #

To run either example, run webdev serve (docs) within an example directory containing a pubspec.yaml file. Useful flags: $ webdev serve --auto refresh --launch-in-chrome

counter #

A simple counter featuring a root component with a sub-component that inherits its handlers from root and reads from computedState.

catch_me_game #

A find-the-number game featuring a toggle for the UI's globalState; root component with state, computedState, and handlers; multiple sub-components; hidden component with conditional logic; and CSS styling.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This library makes it easier to build reactive user interface components in pure Dart. It is intended to be used in framework-less web development.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on reactify