Popular repositories
-
Forked from kamicane/art
Retained mode vector drawing API designed for multiple output modes. There's also a built-in SVG parser.
-
-
Proposal for do Generator Expressions in ECMAScript. Work in progress. Edit Add topics
-
ECMAScript proposal to relax the rules to return `undefined` for property access on `null` or `undefined` instead of throwing.
-
478 contributions in the last year
Less
More
Contribution activity
July 2021
Created 1 commit in 1 repository
Created a pull request in facebook/react that received 1 comment
[Fizz] Don't add aborted segments to the completedSegments list
There's a shared helper called finishedTask which is called both when a task is completed and when it's soft aborted. There's a lot of subtle ref c…
+50
−11
•
1
comment
Reviewed 9 pull requests in 1 repository
facebook/react 9 pull requests
- [Fabric] Use container node to toggle the visibility of Offscreen and Suspense trees
- Clean-up: Move visibility toggling logic from Suspense fiber to Offscreen fiber
- Fix global reference to Promise
- Cache local reference to global Promise
- Implement enableSuspenseLayoutEffectSemantics in Fabric
- Refactor "reappear" logic into its own traversal
- Allow components to render undefined
- Enable scheduling profiler flag for react-dom profiling builds
- Replace unbatchedUpdates with flushSync