Highlights
- Arctic Code Vault Contributor
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.
-
411 contributions in the last year
Less
More
Contribution activity
March 2021
Created 13 commits in 1 repository
Created a pull request in facebook/react that received 17 comments
Basic Fizz Architecture
This doesn't actually work yet but I need some initial shell to anchor the infra on and this seems like a good point to check it in. This includes …
+1,562
−69
•
17
comments
Opened 13 other pull requests in 1 repository
facebook/react
12
merged
1
open
- [Fizz] Expose callbacks in options for when various stages of the content is done
- [Fizz] Remove already completed comment
- [Fizz] Use identifierPrefix to avoid conflicts within the same response
- [Fizz] Expose maxBoundarySize as an option
- [Fizz] Expose a method to explicitly start writing to a Node stream
- [Fizz] Expose a method to abort a pending request
- Don't delete trailing mismatches during hydration at the root
- [Fizz] Assign an ID to the first DOM element in a fallback or insert a dummy (and testing infra)
- [Fizz/Flight] Allow the streaming config to decide how to precompute or compute chunks
- Remove data-reactroot from server rendering and hydration heuristic
- Clean up unused functions from SSR
- [Fizz] Move DOM/Native format configs to their respective packages
- [Fizz] Destroy the stream with an error if the root throws
Reviewed 9 pull requests in 1 repository
facebook/react 9 pull requests
- [Fizz] Use identifierPrefix to avoid conflicts within the same response
- Use SyncLane for discrete event hydration
- [Fizz] Expose a method to abort a pending request
- Don't delete trailing mismatches during hydration at the root
- [Fizz] Assign an ID to the first DOM element in a fallback or insert a dummy (and testing infra)
- Basic Fizz Architecture
- [Bugfix] Incorrect return pointer on deleted fiber
- Split getComponentName into getComponentNameFromFiber and getComponentNameFromType
- Clean up Scheduler forks