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.
-
421 contributions in the last year
Less
More
Contribution activity
April 2021
Created 25 commits in 1 repository
Created a pull request in facebook/react that received 3 comments
[WIP] [Fizz] Implement Legacy renderToString and renderToNodeStream on top of Fizz
I use a separate build from the main Fizz build because it uses a slightly different configuration. This adds a custom StreamConfig that only uses …
+407
−12
•
3
comments
Opened 23 other pull requests in 1 repository
facebook/react
22
merged
1
open
- [Fizz] Mark boundary as client rendered even if aborting fallback
- [Fizz] Two More Fixes
- [Fizz] Initialize queue
- [Fizz] Random Fixes
- Gate a test
- [Fizz] Wire up the Fixture
- [Fizz] Always insert a dummy node with an ID into fallbacks
- [Fizz] Fix reentrancy bug
- [Fizz] Add unsupported Portal/Scope components
- [Fizz] Implement useOpaqueIdentifier
- [Fizz] Implement Hooks
- [Fizz] Implement New Context
- [Fizz] Classes Follow Up
- [Fizz] Fragments and Iterable support
- Merge isObject branches
- [Fizz] Support more empty types
- Remove textarea special case from ChildFiber
- [Fizz] Implement Classes
- Remove unnecessary processUpdateQueue
- Don't double invoke getDerivedStateFromProps for module pattern
- Reland Remove redundant initial of isArray
- [Fizz] Prepare Recursive Loop for More Types
- [Fizz/Flight] Don't pass internals to callbacks
Reviewed 9 pull requests in 1 repository
facebook/react 9 pull requests
- [Fizz] Wire up the Fixture
- [Fizz] Implement New Context
- [Fizz] Fix reentrancy bug
-
Remove
flushDiscreteUpdatesfrom end of event - Track which fibers scheduled the current render work
- [Fizz] Implement Classes
- Reland Remove redundant initial of isArray
- [Fizz] Prepare Recursive Loop for More Types
- [Fizz] Implement all the DOM attributes and special cases