deact 1.6.0
deact: ^1.6.0 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 #
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.
keys #
Show the usage of keys.
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.