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.
-
497 contributions in the last year
Contribution activity
December 2020
Created 6 commits in 1 repository
Created a pull request in facebook/react that received 4 comments
Always rethrow original error when we replay errors
We replay errors so you can break on paused exceptions. This is done in the second pass so that the first pass can ignore suspense. Originally this…
Opened 5 other pull requests in 1 repository
Reviewed 19 pull requests in 1 repository
facebook/react 19 pull requests
- [Flight] Make PG and FS server-only
- [Flight] Prevent non-Server imports of aliased Server entrypoints
- [Flight] Fix webpack plugin to load all chunks in a group
- [Flight] Rename the shared entry point
- Put .server.js at the end of bundle filenames
- [Flight] Add read-only fs methods
- Rename internal cache helpers
- [Flight] Add rudimentary FS binding
- Cache react-fetch results in the Node version
- [Flight] Fix module ID deduplication
- [Flight Fixture] Refetching
- Bump fixture dependency versions
- [Flight] Basic scan of the file system to find Client modules
- Add an error for query parameter count mismatch
- [Flight] Add rudimentary PG binding
- [Flight] Minimal webpack plugin
- [Flight] Add getCacheForType() to the dispatcher
- Add temporary disableNativeComponentFrames flag
- Reconcile element types of lazy component yielding the same type