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,595 contributions in the last year
Activity overview
Contributed to
facebook/react,
bvaughn/react-devtools-experimental,
bvaughn/scheduling-profiler-prototype
and 5 other
repositories
Contribution activity
July 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 13 repositories not shown
Created a pull request in facebook/react that received 7 comments
Fix Suspense-wrapping heuristic
Fixes #18831
This PR also includes a package version bump (16.13.1 -> 17.0.0-alpha.0) so that DevTools tests will pass CI.
PR #19108 broke DevTools S…
+162
−3,693
•
7
comments
- Effects list refactor: Move resetChildLanes into complete work
- Conditionally enable profiler component stacks
- [do not merge] Make enableSchedulingProfiler flag static #19384
- [do not merge] Make enableSchedulingProfiler flag static
- Sync debug tracing and scheduler profiling to new fork
- Make debug tracing and scheduling profiler flags static
- Effects list refactor continued: passive effects traversal
- Fix Suspense-wrapping heuristic (and bump version numbers)
- Disable DevTools minification
- Fix DevTools handling of empty Suspense tag for legacy renderer versions
- Scheduling profiler updates
- Effects list refactor continued: did-bailout flag
- DevTools 4.7.0 -> 4.8.0
- Fixed test script for DevTools build config
- Fixed test script for DevTools config
- Enable createEventHandle API for wWW test builds
- Effects list refactor
- Effects list refactor: Move resetChildLanes into complete work
- Sync React Native types
- Sync latest useFocus/useFocusWithin changes
- Run DevTools tests against npm releases
- Track event times per lane on the root
- Sync debug tracing and scheduler profiling to new fork
- Remove firstEffect from Persistent Mode Optimization
- Fix Suspense-wrapping heuristic (and bump version numbers)
- Don't build shallow renderer UMD bundles
- Fix Suspense-wrapping heuristic
- Devtools: improve getID guard
- Effects list refactor continued: did-bailout flag
- fix mistake in React devtools
- Fix DevTools handling of empty Suspense tag for legacy renderer versions
- Add missing unitless CSS properties
- [DevTools] Show HOC names in profiler
- DevTools: Make break-on-warn off by default
- Effects list refactor
- Fixed test script for DevTools build config
- Updates Electron version for react-devtools
- Add dedicated LanePriority for Suspense retries
- Fix typo in Overview doc for react-devtools
- Move Scope API ref resolution to mutation phase
- Add user timing marks for scheduling profiler tool
- Update useEvent implementation
- Some pull request reviews not shown.
Created an issue in facebook/react that received 1 comment
DevTools test script runs the wrong tests
yarn test --build --project devtools This doesn't actually run any DevTools tests. It runs the main React tests. Console output shows that it's cho…
1
comment