Deku: How we built our functional alternative to React

added by bpwndaddy
5/12/2015 2:22:59 PM

147 Views

Deku is our library for building user interfaces. It supports many of the features you’re familiar with in React but aims to be small and functional. You define your UI as a tree of components and whenever a state change occurs it re-renders the entire tree to patch the DOM using a highly optimized diffing algorithm.


0 comments