deact 1.5.2 deact: ^1.5.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.
Examples #
helloworld #
A very simple Deact application that display Hello World
.
component #
Show the usage of components.
effects #
Shows the usage of effects.
globaelrefs #
Shows the usage of global references.
globalstate #
Shows the usage of global state.
helloworld #
A simple Hello World application.
performance #
A Deact implementation of the application as decribed at How to Benchmark React Components: The Quick and Dirty Guide
refs #
Shows the usage of references.
state #
Shows the usage of component local state.