TNG-Hooks
TNG-Hooks copied to clipboard
Feature: `useRender(..)`
This hook is basically exactly like useEffect(..) except that it specifically defers its behavior asynchronously until the render frame (via requestAnimationFrame(..)).
Can I work on implementing this?
Yes but I would like to hold off on for just a little bit longer. I want to land the reorg discussed in #20 first. I hope I can tackle this in the next week or two. :)
You can start on it if you want but just know the merge diffs may be numerous. :)
Alright