Highlights
- Arctic Code Vault Contributor
- GitHub Sponsor
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
1,140 contributions in the last year
Activity overview
Contributed to
facebook/react,
bvaughn/scheduling-profiler-prototype,
reactjs/reactjs.org
and 5 other
repositories
Contribution activity
September 2020
- bvaughn/using-typescript-with-react TypeScript
Created a pull request in facebook/react that received 6 comments
Bubble passive+static subtreeTag even if we bailout
Previously, if we bailed out during render (because of e.g. memo) we did not update the subtreeTag:
react/packages/react-reconciler/src/ReactFib…
+156
−0
•
6
comments
- Combine Flags and SubtreeFlags types
- Rename effect fields
- [DevTools] Support FunctionComponent.contextTypes
- Scheduling Profiler: Move preprocessing to web worker and add loading indicator
- Scheduling Profiler: Redesign with DevTools styling
- Scheduling Profiler: Extract and test scroll state from horizontal pan and zoom view
- Enable building of DevTools and scheduling profiler in CI
- Scheduling Profiler: Add Fast Refresh
- Add checkbox toggle for boolean values
- Double Invoke Effects in __DEV__
- Enable Context Menu on Chrome to inspect React Component
- Fix typo in comment (Noticable→Noticeable)
- Fix instances of function declaration after return
Created an issue in facebook/react that received 2 comments
Enable source maps for DevTools production builds
Source maps are currently disabled for DevTools production builds: react/packages/react-devtools-core/webpack.backend.js Line 22 in 38a512a
2
comments