Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular 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.
-
481 contributions in the last year
Contribution activity
November 2020
Created 13 commits in 2 repositories
Created a pull request in facebook/react that received 9 comments
Add flight specific entry point for react package
This configures the Flight fixture to use the "react-server" environment. This allows the package.json exports field to specify a different resolut…
Opened 13 other pull requests in 1 repository
facebook/react
3
open
10
merged
- Support named exports from client references
- Disallow *.server.js imports from any other files
- Add Node ESM Loader and Register Entrypoints
- Add Node ESM build option
- Support ESM module loaders in Flight fixture
- Perform hasOwnProperty check in Relay Flight
- [failing] Add failing test for serialization errors not being caught by inner boundary
- Encode throwing server components as lazy throwing references
- [Flight] Expand the fixture to use require.extensions
- [Flight] Dedupe modules
- [Flight] Encode Symbols as special rows that can be referenced by models …
- [Flight] Simplify Relay row protocol
- Add Relay specific React Native build of Flight
Reviewed 8 pull requests in 1 repository
facebook/react 8 pull requests
- [Flight] Fix Client components losing state on refetches
- Support named exports from client references
- Disallow *.server.js imports from any other files
- Add flight specific entry point for react package
- findDOMNode: Remove return pointer mutation
- Encode throwing server components as lazy throwing references
- [Flight Fixture] Server + Client Components
- Remove SchedulerHostConfigs