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 upPopular repositories
1,134 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 12 commits in 3 repositories
Created a pull request in facebook/react that received 8 comments
Add "nested-update" phase to Profiler API
Background
State updates that are scheduled in a layout effect (useLayoutEffect or componentDidMount / componentDidUpdate) get processed synchronously
Opened 8 other pull requests in 1 repository
facebook/react
7
merged
1
open
- Speed up local "build-for-detools" target
- Profiler: Improve nested-update checks
- Profiler onNestedUpdateScheduled accepts id as first param
- Properly reset Profiler nested-update flag
- Scheduling profiler tweaks
- Add Profiler callback when nested updates are scheduled
- Added failing tests for mutable source mutate during render
- (Temporarily) revert unmounting error boundaries changes
Reviewed 23 pull requests in 3 repositories
facebook/react 21 pull requests
- Remove Blocks
- Profiler: Improve nested-update checks
- Regression test: Missing unmount after re-order
- Warn if commit phase error thrown in detached tree
- Bisect effects refactor
- Fix: ReactDevTool crashes if we have sandbox iframe in props
- Add separate ChildDeletion flag
- Add new effect fields to old fork, and vice versa
- Remove cycle between ReactFiberHooks and ReactInternalTypes
- Add Profiler callback when nested updates are scheduled
- Add warning if return pointer is inconsistent
- Improved dev experience when DevTools hook is disabled
- Scheduling profiler tweaks
- Set return pointer when reusing current tree
- react-devtools-inline: Remove css-sourcemap's when bundling for dist
- Fixing Typos
- Fix typo
- implemented test and code changes to fix issue #20117, to enable hand…
- Add "nested-update" phase to Profiler API
- Add workspaces hash to yarn cache key
- typo fix in comment
reactjs/reactjs.org 1 pull request
MLH-Fellowship/react 1 pull request
Created an issue in facebook/react that received 2 comments
DevTools: Flag "nested updates" in the Profiler UI
PR #20163 added a new (not yet released) phase to the Profiler API: "nested-update". This phase is different from a regular "update" because of the…