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
Popular repositories
-
React components for efficiently rendering large lists and tabular data
-
React components for efficiently rendering large lists and tabular data
-
Logs a progress bar and estimation for how long a Promise will take to complete
-
-
React component to highlight words within a larger body of text
1,515 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in facebook/react that received 3 comments
DevTools 4.7.0 -> 4.8.0
Updates CHANGELOG
Updates version numbers
Upgrades the web-ext package to fix mozilla/web-ext#1884
- Fixed test script for DevTools build config
- Updates Electron version for react-devtools
- Add dedicated LanePriority for Suspense retries
- Fix typo in Overview doc for react-devtools
- Move Scope API ref resolution to mutation phase
- Add user timing marks for scheduling profiler tool
- Update useEvent implementation
- Fix ExhaustiveDeps ESLint rule throwing with optional chaining
- Adds React.unstable_useSnapshotBeforeCommit
- Add all_frames:true to browser devtool extension
- Add SSL support to React devtools standalone
- Improve readability of isValidElementType
- Hydration of previously rendered server markup
- Fix responder logic in ReactDOMServerSelectiveHydration-test
Created an issue in facebook/react that received 1 comment
DevTools test script runs the wrong tests
yarn test --build --project devtools This doesn't actually run any DevTools tests. It runs the main React tests. Console output shows that it's cho…