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 up-
Facebook
- San Francisco
- Sign in to view email
- http://blog.calyptus.eu/
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.
-
601 contributions in the last year
Contribution activity
May 2020
Created a pull request in facebook/react that received 5 comments
Revert autofix lint
I accidentally committed this since I had it on locally so I didn't have to manually convert things to const. However, this causes things to always…
- [DO NOT LAND] New infra on old RN
- [DO NOT LAND] New infra on old RN
- Don't build FB RN bundles in experimental
- Build FB specific Isomorphic Bundles
- Enable component stack locations in www
- Remove unnecessary throw catch
- Upgrade Closure Compiler
- Lint autofix wants me to fix this
- Remove www builds of fetch
- Add Lazy Elements Behind a Flag
- Remove ReactComponentTreeHook from internals
- Rename 17 to 18 in warnings
- Delete entrypoints without exports from package.json and build output
- Delete Entries without Build Output from package.json and the build directory
- Remove unstable-fire from package.json
- Lint bundles using the bundle config instead of scanning for files
- Remove regenerator from noop
- Lint classic www build
- Add ES2015 Node Build Config without ESM nor PROD/DEV
- Only prepare extra stack frames if needed
- Transfer actualDuration only once for SuspenseList
- Don't cut off effects at end of list if hydrating
- Hard code enableComponentStacks in www
- Don't cut off the tail of a SuspenseList if hydrating
- Disable setState before mount warning in legacy mode
- Some pull requests not shown.
- DevTools: Add break-on-warn feature
- Clean up passive effects experimental flags
- Bug: Spawning hydration in response to Idle update
- Make LegacyHidden match semantics of old fork
- Fix lazy not to throw undefined objects
- Warn if MutableSource snapshot is a function
- useMutableSource hydration support
- Separate _owner from _debugOwner
- Transfer actualDuration only once for SuspenseList
- Add LegacyHidden to server renderer
- Disable <div hidden /> API in old fork, too
- Add expando prop to disabledLog function
- Revert "Hard code enableComponentStacks in www"
- Modern Event System: revise ancestor logic
- Put render phase update change behind a flag
- Updated DevTools unstable_ API references
- Warn if calling setState outside of render but before commit
- [Blocks Fixture] Drop the Blocks
- [Blocks Fixture] Add a tiny router
- Store unique ID counter on SSR request object and Add Prefix for separate renders
- [Blocks Fixture] Misc updates
- Add unstable prefix to experimental APIs
- [Memory Leaks] Detach Fibers from nodes with refs
- Scheduler does not wait for resolving dehydrated pending boundaries
- [Blocks] Add Shell to Fixture
- Some pull request reviews not shown.
Created an issue in facebook/react that received 2 comments
[DevTools Feature Request] Break on Warnings
It'd be nice to have a toggle to pause the debugger when warnings fire so you can inspect the stack as it's happening.
console.error = function() {…