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,165 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5 repositories not shown
- bvaughn/using-typescript-with-react TypeScript
Created a pull request in facebook/react that received 7 comments
Improve DevTools editing interface
This PR adds several improvements to the DevTools props/state/hooks/context editor: You can rename object keys. You can add or remove properties f…
+4,516
−1,252
•
7
comments
- Only call Profiler onRender if we performed work
- Improved DevTools context test harness
- DevTools: Drop IE 11 support
- Reverts PR #19827
- Moved resetChildLanes into complete work
- [draft] Move resetChildLanes into complete work
- Bubble passive+static subtreeTag even if we bailout
- Add ⎇ + arrow key navigation to DevTools
- Rename from iterator to iterable and split the functionality
- Don't call onCommit et al if there are no effects
- Consolidate commit phase functions
- Add scheduling profiler deployment CI job
- Enable building of DevTools and scheduling profiler in CI
- Don't trigger lazy in DEV during element creation
- Scheduling Profiler: Improve import performance by dropping IE support
- Use Passive flag to schedule onPostCommit
- Enable source maps for DevTools production builds
- Improve DevTools editing interface
- Continuations should yield after the deadline
- chore(docs): update url from fb.me to reactjs.org
- DevTools: Improve browser extension iframe support
- React DevTools: Show symbols used as keys in state
- [DevTools] Support FunctionComponent.contextTypes
- Add an option to DevTools to enable double-logging
- [draft] Move resetChildLanes into complete work
- Decouple public and internal act implementation
- Combine Flags and SubtreeFlags types
- Rename effect fields
- 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
- Scheduling Profiler: Add Fast Refresh
- Add checkbox toggle for boolean values
- Some pull request reviews not shown.
Created an issue in bvaughn/react-error-boundary that received 4 comments
Update state with getDerivedStateFromError rather than componentDidCatch
The componentDidCatch lifecycle method exists for side effects (e.g. logging). Using componentDidCatch to update state and re-render after an error…
4
comments