react

"mulling over state management stuff"
Aron 2020-05-21T05:48:44.240100Z

if you want to try it out, I made a js version https://github.com/ashnur/react-sierpinski

Aron 2020-05-21T05:49:17.240900Z

updated the old facebook example to new react and added a slider to manipulate how slow the render is

Aron 2020-05-21T05:50:12.241900Z

now, deferredUpdates are removed for some reason or another, but I haven't tried it with useMutableSource instead of props yet

Aron 2020-05-21T05:56:08.242100Z

https://github.com/facebook/react/pull/13488#issuecomment-416932055 found the reason

Aron 2020-05-21T23:25:05.242600Z

https://github.com/ashnur/react-sierpinski/ updated it with a checkbox so you can toggle easily between them

Aron 2020-05-21T23:25:26.243Z

now I should make it publishable because I bet most people don't want to use budo