Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
673 contributions in the last year
Contribution activity
October 2020
Created a pull request in framer/motion that received 4 comments
Enhanced code splitting
Improvement for #254 This PR refactors the animation controls to make them more code-splittable, preferring individual functions. Currently brings …
Created an issue in facebook/react that received 7 comments
Feature request: A useLayoutEffect with read/write batching across a tree
Today, useLayoutEffect can be used for synchronous read/writes across the DOM.
useLayoutEffect(() => { // Write ref.current.style.transform = "" //…

