Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ascorbic
/
react
Public
forked from
react/react
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 11, 2019
[react-interactions] Add TabFocusContainer and TabbableScope UI components (#16732)
trueadm
authored
ae724be
View commit details
Copy full SHA for ae724be
Browse repository at this point
Re-arrange slightly to prevent refactor hazard (#16743)
Show description for ab4951f
acdlite
authored
ab4951f
View commit details
Copy full SHA for ab4951f
Browse repository at this point
Mark root as already hydrated after committing (#16739)
Show description for b0a8a3e
sebmarkbage
authored
b0a8a3e
View commit details
Copy full SHA for b0a8a3e
Browse repository at this point
Handle SuspenseListComponent getting retried (#16745)
Show description for e04f425
sebmarkbage
authored
e04f425
View commit details
Copy full SHA for e04f425
Browse repository at this point
Commits on Sep 10, 2019
DevTools: Props editing interface tweaks (#16740)
Show description for 2c98af7
Brian Vaughn
authored
2c98af7
View commit details
Copy full SHA for 2c98af7
Browse repository at this point
Added upcoming changes to DevTools CHANGELOG
Brian Vaughn
committed
2ce5801
View commit details
Copy full SHA for 2ce5801
Browse repository at this point
[DevTools] Support for adding props | Improved state/props value editing (#16700)
Show description for 709baf1
hristo-kanchev
authored and
Brian Vaughn
committed
709baf1
View commit details
Copy full SHA for 709baf1
Browse repository at this point
[DevTools] [Context] Legacy Context (#16617)
Show description for 4ef6387
hristo-kanchev
authored and
bvaughn
committed
4ef6387
View commit details
Copy full SHA for 4ef6387
Browse repository at this point
Correct link for troubleshooting react-dev-tools (#16690) (#16708)
Show description for c317fc2
liady
authored and
bvaughn
committed
c317fc2
View commit details
Copy full SHA for c317fc2
Browse repository at this point
[react-events] Tap: add maximumDistance prop (#16689)
Show description for 41a78cd
Nicolas Gallagher
authored
41a78cd
View commit details
Copy full SHA for 41a78cd
Browse repository at this point
react-refresh@0.4.2
gaearon
committed
2400400
View commit details
Copy full SHA for 2400400
Browse repository at this point
[Fresh] Hash signatures (#16738)
gaearon
authored
ba6bb0f
View commit details
Copy full SHA for ba6bb0f
Browse repository at this point
[react-events] Remove stopPropagation (Press) + use document for delegation (#16730)
trueadm
authored
fd3e8cb
View commit details
Copy full SHA for fd3e8cb
Browse repository at this point
Fix typo in commet (#16727)
NE-SmallTown
authored and
Nicolas Gallagher
committed
38c03ce
View commit details
Copy full SHA for 38c03ce
Browse repository at this point
Commits on Sep 9, 2019
Fixed font family issue in FF. (#16701)
hristo-kanchev
authored and
Brian Vaughn
committed
4905590
View commit details
Copy full SHA for 4905590
Browse repository at this point
Remove console.log from copyWithSet (#16716)
Daniel15
authored and
Brian Vaughn
committed
35f447d
View commit details
Copy full SHA for 35f447d
Browse repository at this point
Let's schedule the passive effects even earlier (#16714)
Show description for 440cbf2
sebmarkbage
authored
440cbf2
View commit details
Copy full SHA for 440cbf2
Browse repository at this point
Schedule passive callbacks before layout effects are invoked (#16713)
sebmarkbage
authored
cc2492c
View commit details
Copy full SHA for cc2492c
Browse repository at this point
[react-events] Tap: change order of events (#16694)
Show description for 031eba7
Nicolas Gallagher
authored
031eba7
View commit details
Copy full SHA for 031eba7
Browse repository at this point
[react-events] Keyboard: fix callback return types (#16693)
Nicolas Gallagher
authored
f26fe8c
View commit details
Copy full SHA for f26fe8c
Browse repository at this point
Remove wrong copy-paste code in test (#16695)
NE-SmallTown
authored and
Sunil Pai
committed
9444c87
View commit details
Copy full SHA for 9444c87
Browse repository at this point
Commits on Sep 6, 2019
[Fresh] Add skipEnvCheck option to Babel plugin (#16688)
gaearon
authored
b260bef
View commit details
Copy full SHA for b260bef
Browse repository at this point
react-refresh@0.4.1
gaearon
committed
2f15881
View commit details
Copy full SHA for 2f15881
Browse repository at this point
[Fresh] Fix a crash with implicit arrow return (#16687)
gaearon
authored
9044bb0
View commit details
Copy full SHA for 9044bb0
Browse repository at this point
Add FreshRuntime WWW bundle, remove ESLint (#16684)
gaearon
authored
21d79ce
View commit details
Copy full SHA for 21d79ce
Browse repository at this point
fix typos on react-devtools comments (#16681)
Alex Rohleder
authored and
Brian Vaughn
committed
206d61f
View commit details
Copy full SHA for 206d61f
Browse repository at this point
Fix typo: wnless -> unless (#16680)
NE-SmallTown
authored and
Brian Vaughn
committed
61836fb
View commit details
Copy full SHA for 61836fb
Browse repository at this point
Commits on Sep 5, 2019
Check for Suspense boundary in a root Container (#16673)
Show description for e11bf42
sebmarkbage
authored
e11bf42
View commit details
Copy full SHA for e11bf42
Browse repository at this point
Remove experimental scheduler flags (#16672)
gaearon
authored
962dfc2
View commit details
Copy full SHA for 962dfc2
Browse repository at this point
[react-events] Fix isTargetWithinNode type (#16671)
Show description for ff00645
Nicolas Gallagher
authored
ff00645
View commit details
Copy full SHA for ff00645
Browse repository at this point
Enable MessageLoop implementation by default (#16408)
gaearon
authored
040ca0f
View commit details
Copy full SHA for 040ca0f
Browse repository at this point
use-subscription tearing fix (#16623)
Show description for d96f478
Brian Vaughn
authored
d96f478
View commit details
Copy full SHA for d96f478
Browse repository at this point
updated flags from false to dicated on www (#16647)
lunaruan
authored
79e46b6
View commit details
Copy full SHA for 79e46b6
Browse repository at this point
[Partial Hydration] Don't invoke listeners on parent of dehydrated event target (#16591)
Show description for 8d7c733
sebmarkbage
authored
8d7c733
View commit details
Copy full SHA for 8d7c733
Browse repository at this point
[react-events] Tap responder (#16628)
Show description for 9ce8711
Nicolas Gallagher
authored
9ce8711
View commit details
Copy full SHA for 9ce8711
Browse repository at this point
Previous
Next
You can’t perform that action at this time.