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 40 million developers.
Sign up
Pinned
2,640 contributions in the last year
Contribution activity
April 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5 repositories not shown
Created a pull request in facebook/react that received 7 comments
[Not for merge] Debug logging
This is @bvaughn's branch. Just gonna try to use it to debug some stuff.
+632
−5
•
7
comments
- [temp] DebugTracing
- Revert "Clear more Fiber fields in detachFiber"
- Reset nextEffect points with the new passive effect feature flag too
- Revert "Revert "Refactor commitPlacement to recursively insert nodes (#17996)""
- Add a failing test for #18486
- Change stalebot messages
- Revert "Refactor commitPlacement to recursively insert nodes (#17996)"
- Update to Jest 25
- Remove a flag for style collision warning
- Run more flags in VARIANT tests
- Revert "Fix email cursor jump (#18379)"
- Don't close "Needs Investigation" issues
- Fix ESLint rule crash
- Delete mutableSourceFirstPendingUpdateTime
- Debug logging [wip]
- Move beforeblur phase to prepareForCommit
- Experimental test selector API
- Remove `.internal` from more test suites
- Store unique ID counter on SSR request object and Add Prefix for separate renders
- Fix Component Stacks for IE and Native Classes in Safari
- ESLint rule to forbid cross fork imports
- Refactor detachFiber to a later stage
- Exclude forwardRef and memo from stack frames
- Clear more Fiber fields in detachFiber
- Fix fiber memory leak with runAllPassiveEffectDestroysBeforeCreates
- Move plugins into their own directory and add Legacy prefix
- Make enableLegacyFBSupport flag dynamic for www
- More robust fix for #18515
- Investigation: clear all fibers with nextEffect
- Export unstable_useEvent for www FB ReactDOM builds
- Fix bailout broken in lazy components due to default props resolving
- Experiment: investigate if clearing alternate improves GC profile
- Refactor Component Stack Traces
- Fix performance issue in react-devtools when highlight enabled
- Execute hooks in separate namespaces for concurrent server renderers
- [eslint] Consider `useRef() as ...` as constant
- Provide error handling for non-extensible ref assignment
- [eslint] strip tailing property in assignments
- Some pull request reviews not shown.
Created an issue in facebook/jest that received 11 comments
Jest 25 invokes setters during toEqual comparison, causing side effects
This is similar to #9531. It is not safe to assign a bunch of setters in the passed object. They may throw or they may have side effects. This isn'…
11
comments
- Bug: DevTools should grab native setTimeout
- DevTools: Memo(ForwardRef()) and "Rendered By" List
- Bug: DevTools search filtering removes a space
- Bug: Dropped update when render phase update happens before suspending
- DevTools: Hovering "Rendered by" list should highlight elements
- Bug: Suspense fallbacks potentially never showing due to a race