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,123 contributions in the last year
Activity overview
Contribution activity
October 1, 2020
bvaughn has no activity
yet for this period.
September 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 9 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
- Fix missing context to componentDidMount() when double-invoking lifecycles
- Temporarily disable Profiler commit hooks flag
- Refactor layout effect methods
- Fixed broken Profiler test
- 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
- Fix missing context to componentDidMount() when double-invoking lifecycles
- Refactor layout effect methods
- Fix contradiction in the README.md
- Consolidate commit phase functions
- Double Invoke Effects in __DEV__
- DevTools: Improve browser extension iframe support
- Fixed broken Profiler test
- Rename from iterator to iterable and split the functionality
- Don't call onCommit et al if there are no effects
- 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
- 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