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.
-
406 contributions in the last year
Less
More
Contribution activity
April 2021
Created 34 commits in 1 repository
Created a pull request in facebook/react that received 4 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 …
+449
−461
•
4
comments
Opened 31 other pull requests in 1 repository
facebook/react
1
open
30
merged
- [Fizz] Allow dangerouslySetInnerHTML in <option>
- [Fizz] Let value override defaultValue if both are specified
- [Fizz] Switch the isPrimaryRender flag based on the stream config
- [Fizz] Escape style values
- [Fizz] Implement lazy components and nodes
- [Fizz] Restore context after an error happens
- Revert "Emit reactroot attribute on the first element we discover"
- [Fizz] Add FB specific streaming API and build
- [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
- Some pull requests not shown.
Reviewed 11 pull requests in 1 repository
facebook/react 11 pull requests
- [Fizz] Let value override defaultValue if both are specified
- [Fizz] Restore context after an error happens
-
Remove
flushDiscreteUpdatesfrom end of event - [Fizz] Wire up the Fixture
- [Fizz] Implement New Context
- [Fizz] Fix reentrancy bug
- 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