Highlights
- 2 discussions answered
Block or Report
Block or report gaearon
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
facebook/react Public
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
-
facebook/create-react-app Public
Set up a modern web app by running one command.
-
reduxjs/redux-devtools Public
DevTools for Redux with hot reloading, action replay, and customizable UI
-
-
paularmstrong/normalizr Public archive
Normalizes nested JSON according to a schema
2,698 contributions in the last year
Less
More
Contribution activity
March 2022
Created 75 commits in 14 repositories
Created a pull request in reactjs/rfcs that received 26 comments
RFC: Suspense in React 18
In this RFC, we describe a few changes to Suspense that we intend to ship in React 18. View the formatted RFC.
+287
−0
•
26
comments
Opened 12 other pull requests in 3 repositories
facebook/react
3
open
3
merged
reactjs/reactjs.org
5
merged
reactjs/rfcs
1
merged
Reviewed 17 pull requests in 3 repositories
facebook/react
10 pull requests
- Fix for SSR2 fixture not working locally
- Test suite for hydration diff warnings
- Switch to gender neutral terms
- Update @next version
- Fix usage of console.error to prevent transform
- Print attributes in hydration errors
- Print server nodes for hydration mismatch
- Clean up Selective Hydration / Event Replay flag
- Gate unstable_expectedLoadTime on enableCPUSuspense
- Handle HTML Element onLoad events properly when they fire before React onLoad handlers have been attached
reactjs/reactjs.org
4 pull requests
reactjs/rfcs
3 pull requests
Created an issue in facebook/react that received 3 comments
Bug: No warning on infinite useEffect loop in React 18
https://codesandbox.io/s/elastic-mayer-rzz4h2?file=/package.json
This is supposed to console.error but it doesn't.
17 warns: https://codesandbox.io…
3
comments