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.
-
336 contributions in the last year
Less
More
Contribution activity
June 2021
Created 9 commits in 1 repository
Created a pull request in facebook/react that received 10 comments
[Fizz] Implement Component Stacks in DEV for warnings
This uses a reverse linked list in DEV-only to keep track of where we're currently executing. It works similar to context in that it saves these on…
+292
−4
•
10
comments
Opened 6 other pull requests in 1 repository
facebook/react
6
merged
- Fix Issue with Undefined Lazy Imports By Refactoring Lazy Initialization Order
- [Fizz] Minor Fixes for Warning Parity
- [Fizz] Fix <select> check of defaultValue/value type
- Disable deferRenderPhaseUpdateToNextBatch by default
- Convert ES6/TypeScript/CoffeeScript Tests to createRoot + act
- Fix Fizz exported types