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 }}
developit
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Nov 15, 2018
Wrap shorthand CSS property collision warning in feature flag (#14245)
Show description for 21d5f7d
acdlite
authored
21d5f7d
View commit details
Copy full SHA for 21d5f7d
Browse repository at this point
Commits on Nov 14, 2018
Add a checkbox to fixtures UI to choose React production build (#13786)
Show description for 5f06576
poeschko
authored and
nhunzaker
committed
5f06576
View commit details
Copy full SHA for 5f06576
Browse repository at this point
[scheduler] Remove window.postMessage fallback
Show description for 8feeed1
acdlite
committed
8feeed1
View commit details
Copy full SHA for 8feeed1
Browse repository at this point
[scheduler] Post to MessageChannel instead of window (#14234)
Show description for 5bce0ef
acdlite
authored
5bce0ef
View commit details
Copy full SHA for 5bce0ef
Browse repository at this point
Commits on Nov 13, 2018
Add 16.6.3 Changelog (#14223)
Show description for d7fd679
gaearon
authored
d7fd679
View commit details
Copy full SHA for d7fd679
Browse repository at this point
Update error codes
acdlite
authored and
gaearon
committed
3cd89da
View commit details
Copy full SHA for 3cd89da
Browse repository at this point
Save CI-built node_modules as build artifacts (#14205)
Show description for 85f5a81
bvaughn
authored
85f5a81
View commit details
Copy full SHA for 85f5a81
Browse repository at this point
Add regression test for #14188 (#14197)
gaearon
authored
f55795c
View commit details
Copy full SHA for f55795c
Browse repository at this point
Commits on Nov 12, 2018
Update Readme (#14176)
Show description for d204747
mmarkelov
authored and
gaearon
committed
d204747
View commit details
Copy full SHA for d204747
Browse repository at this point
Commits on Nov 10, 2018
Simplify CSS shorthand property warning (#14183)
Show description for b98adb6
sophiebits
authored
b98adb6
View commit details
Copy full SHA for b98adb6
Browse repository at this point
fix typo
sebmarkbage
committed
f8bfd58
View commit details
Copy full SHA for f8bfd58
Browse repository at this point
Commits on Nov 9, 2018
Use unique thread ID for each partial render to access Context (#14182)
Show description for 961eb65
sebmarkbage
authored
961eb65
View commit details
Copy full SHA for 961eb65
Browse repository at this point
SimpleMemoComponent should warn if a ref is given (#14178)
Show description for 1a6ab1e
sophiebits
authored
1a6ab1e
View commit details
Copy full SHA for 1a6ab1e
Browse repository at this point
Warn about conflicting style values during updates (#14181)
Show description for 8ae867e
sophiebits
authored
8ae867e
View commit details
Copy full SHA for 8ae867e
Browse repository at this point
Renamed outdated schedule/tracing referecnes (#14177)
bvaughn
authored
d5e1bf0
View commit details
Copy full SHA for d5e1bf0
Browse repository at this point
ESlint -> ESLint
acdlite
committed
2dd4ba1
View commit details
Copy full SHA for 2dd4ba1
Browse repository at this point
Don't run danger on bad build (#14143)
Show description for 9cc631a
sophiebits
authored
9cc631a
View commit details
Copy full SHA for 9cc631a
Browse repository at this point
Fix typos (#14124)
NE-SmallTown
authored and
sophiebits
committed
1034e26
View commit details
Copy full SHA for 1034e26
Browse repository at this point
Fix comment typo (#14156)
bgord
authored and
sophiebits
committed
5618da4
View commit details
Copy full SHA for 5618da4
Browse repository at this point
Add global to ESLint plugin bundle config
acdlite
committed
9fb9199
View commit details
Copy full SHA for 9fb9199
Browse repository at this point
Add fb build of ESLint plugin (#14165)
acdlite
authored
c174f85
View commit details
Copy full SHA for c174f85
Browse repository at this point
Improved suspense support in ReactDOMServer (#14161)
alexmckenley
authored
02e4848
View commit details
Copy full SHA for 02e4848
Browse repository at this point
Remove errant return assignment (#14164)
Show description for 4b163fe
acdlite
authored
4b163fe
View commit details
Copy full SHA for 4b163fe
Browse repository at this point
Suspense fuzz tester (#14147)
Show description for e58ecda
acdlite
authored
e58ecda
View commit details
Copy full SHA for e58ecda
Browse repository at this point
Don't warn if an unmounted component is pinged (#14158)
Show description for 7fd1661
acdlite
authored
7fd1661
View commit details
Copy full SHA for 7fd1661
Browse repository at this point
Commits on Nov 8, 2018
[Synchronous Suspense] Don't delete children of suspended component (#14157)
Show description for f9e9913
acdlite
authored
f9e9913
View commit details
Copy full SHA for f9e9913
Browse repository at this point
Adding logger pri (#14155)
n8schloss
authored and
acdlite
committed
7c56013
View commit details
Copy full SHA for 7c56013
Browse repository at this point
Refactor ESLint configuration to enable better IDE integration (#13914)
Show description for 3d8bda7
NMinhNguyen
authored and
gaearon
committed
3d8bda7
View commit details
Copy full SHA for 3d8bda7
Browse repository at this point
Use Entry in `yarn build ...` Instead of Label (#14148)
Show description for 051272f
sebmarkbage
authored
051272f
View commit details
Copy full SHA for 051272f
Browse repository at this point
Commits on Nov 7, 2018
Invalid actualDuration+treeBaseDuration for hidden+suspended trees (#14065)
Show description for 3ff2c7c
bvaughn
authored
3ff2c7c
View commit details
Copy full SHA for 3ff2c7c
Browse repository at this point
Tag MemoComponent with PerformedWork effectTag for DevTools Profiler (#14141)
bvaughn
authored
5afa1c4
View commit details
Copy full SHA for 5afa1c4
Browse repository at this point
Release script supports interleaved stable and alpha releases (#14138)
bvaughn
authored
be63473
View commit details
Copy full SHA for be63473
Browse repository at this point
[Synchronous Suspense] Reuse deletions from primary tree (#14133)
Show description for e27720d
acdlite
authored
e27720d
View commit details
Copy full SHA for e27720d
Browse repository at this point
Show deprecated context object warnings usage in ReactDOM server (#14033)
Show description for aa1ffe4
trueadm
authored
aa1ffe4
View commit details
Copy full SHA for aa1ffe4
Browse repository at this point
Make react-debug-tools a private package
acdlite
committed
e3a7b96
View commit details
Copy full SHA for e3a7b96
Browse repository at this point
Previous
Next
You can’t perform that action at this time.