luma-team / tangle-demo

Home Page:tangle-demo.luma-dev.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tangle

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

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

Blog Post

Demo

Tangle Example

You can see the demo here: https://tangle-demo.luma-dev.com/

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...

About

tangle-demo.luma-dev.com


Languages

Language:SCSS 71.7%Language:TypeScript 27.8%Language:JavaScript 0.4%