gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asnyc rendering

ksjogo opened this issue · comments

feature request

Is there some future of async rendering with react 16.3 upwards?

technically async rendering should work (with React's primitive) because gl-react (since v3) will just use the react hooks (DidUpdate) to know if it needs to refresh the canvas