deact 0.1.1+2
deact: ^0.1.1+2 copied to clipboard
A web UI framework inspired by React. The main building blocks are components, which can be implemented as classes or functions.
example/README.md
Examples #
helloworld #
A very simple Deact application that display Hello World
.
component #
Show the usage of components.
state #
Shows the usage of component local state.
globalstate #
Shows the usage of global state.
effects #
Shows the usage of effects.
refs #
Shows the usage of references.