Tangle

Tangle is a super simple, performant, event driven state library for React.

This repo includes a full implementation of Tangle with an example.

Demo

68747470733a2f2f63646e2e6c752e6d612f626c6f672f74616e676c652e676966

This demo shows that while you render hundreds of cells that are changing every 10 ms, this does not make the user input slow. If we implemented this the traditional React way where we have to rerender the whole page on every change, this would be really slow...