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 }}
ftdebugger
/
react-1
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 Mar 22, 2019
Warn about async infinite useEffect loop (#15180)
Show description for 5c2b2c0
gaearon
authored
5c2b2c0
View commit details
Copy full SHA for 5c2b2c0
Browse repository at this point
Release 16.8.5
gaearon
committed
8e9a013
View commit details
Copy full SHA for 8e9a013
Browse repository at this point
Changelog
gaearon
committed
db96d63
View commit details
Copy full SHA for db96d63
Browse repository at this point
Update CHANGELOG.md
gaearon
committed
8127a57
View commit details
Copy full SHA for 8127a57
Browse repository at this point
Add 16.8.5 changelog
gaearon
committed
bfb5a0c
View commit details
Copy full SHA for bfb5a0c
Browse repository at this point
eslint-plugin-react-hooks@1.6.0
gaearon
committed
f33e579
View commit details
Copy full SHA for f33e579
Browse repository at this point
Warn about setState directly in dep-less useEffect (#15184)
gaearon
authored
b1cccd1
View commit details
Copy full SHA for b1cccd1
Browse repository at this point
Flip event passive logic on passiveBrowserEventsSupported (#15190)
trueadm
authored
78f2775
View commit details
Copy full SHA for 78f2775
Browse repository at this point
Commits on Mar 21, 2019
React.warn() and React.error() (#15170)
bvaughn
authored
f161ee2
View commit details
Copy full SHA for f161ee2
Browse repository at this point
Validate useEffect without deps too (#15183)
gaearon
authored
78968bb
View commit details
Copy full SHA for 78968bb
Browse repository at this point
Fork performWork instead of using boolean flag (#15169)
Show description for 4b8e164
sebmarkbage
authored
4b8e164
View commit details
Copy full SHA for 4b8e164
Browse repository at this point
unstable_Profiler -> Profiler (#15172)
bvaughn
authored
56035da
View commit details
Copy full SHA for 56035da
Browse repository at this point
Strengthen nested update counter test coverage (#15166)
Show description for 3151813
gaearon
authored
3151813
View commit details
Copy full SHA for 3151813
Browse repository at this point
Add internal logic for listening to event responders (#15168)
Show description for 66f280c
trueadm
authored
66f280c
View commit details
Copy full SHA for 66f280c
Browse repository at this point
Commits on Mar 20, 2019
Fork ReactFiberScheduler with feature flag
Show description for b1a56ab
acdlite
committed
b1a56ab
View commit details
Copy full SHA for b1a56ab
Browse repository at this point
ReactFiberScheduler -> ReactFiberScheduler.old
Show description for 45f5717
acdlite
committed
45f5717
View commit details
Copy full SHA for 45f5717
Browse repository at this point
Link to useLayoutEffect gist in a warning (#15158)
gaearon
authored
c05b4b8
View commit details
Copy full SHA for c05b4b8
Browse repository at this point
fix(react-dom): access iframe contentWindow instead of contentDocument (#15099)
Show description for 061d6ce
renanvalentin
authored and
gaearon
committed
061d6ce
View commit details
Copy full SHA for 061d6ce
Browse repository at this point
Adds more scaffolding for experimental event API (#15112)
Show description for b83e01c
trueadm
authored
b83e01c
View commit details
Copy full SHA for b83e01c
Browse repository at this point
Commits on Mar 19, 2019
Follow up to 15150 (#15152)
trueadm
authored
daeda44
View commit details
Copy full SHA for daeda44
Browse repository at this point
Deprecate module pattern (factory) components (#15145)
sebmarkbage
authored
acd65db
View commit details
Copy full SHA for acd65db
Browse repository at this point
Adds react-events package for internal testing (#15150)
Show description for 55cc921
trueadm
authored
55cc921
View commit details
Copy full SHA for 55cc921
Browse repository at this point
Improve warning for invalid class contextType (#15142)
Show description for 7ad7386
gaearon
authored
7ad7386
View commit details
Copy full SHA for 7ad7386
Browse repository at this point
Commits on Mar 18, 2019
Test that we don't suspend when disabling yielding (#15143)
sebmarkbage
authored
1e3364e
View commit details
Copy full SHA for 1e3364e
Browse repository at this point
Compile invariant directly to throw expressions (#15071)
Show description for 42c3c96
acdlite
authored
42c3c96
View commit details
Copy full SHA for 42c3c96
Browse repository at this point
Warn for Context.Consumer with contextType (#14831)
aweary
authored and
gaearon
committed
df7b87d
View commit details
Copy full SHA for df7b87d
Browse repository at this point
Add more info to invalid hook call error message (#15139)
Show description for 2b93d68
jaredpalmer
authored and
gaearon
committed
2b93d68
View commit details
Copy full SHA for 2b93d68
Browse repository at this point
Commits on Mar 16, 2019
Eager bailout optimization should always compare to latest reducer (#15124)
Show description for d926936
acdlite
authored
d926936
View commit details
Copy full SHA for d926936
Browse repository at this point
Commits on Mar 15, 2019
Add feature flag to disable yielding (#15119)
sebmarkbage
authored
4162f60
View commit details
Copy full SHA for 4162f60
Browse repository at this point
[Shallow] Implement setState for Hooks and remount on type change (#15120)
Show description for 8d60bd4
gaearon
authored
8d60bd4
View commit details
Copy full SHA for 8d60bd4
Browse repository at this point
Change passive checker to use defineProperty (#15121)
trueadm
authored
035e4cf
View commit details
Copy full SHA for 035e4cf
Browse repository at this point
Support React.memo in ReactShallowRenderer (#14816)
Show description for b283d75
aweary
authored and
gaearon
committed
b283d75
View commit details
Copy full SHA for b283d75
Browse repository at this point
Use same example code for async effect warning (#15118)
gaearon
authored
f0621fe
View commit details
Copy full SHA for f0621fe
Browse repository at this point
Remove facts tracker (#15111)
Show description for ff4fb6d
kaylangan
authored and
gaearon
committed
ff4fb6d
View commit details
Copy full SHA for ff4fb6d
Browse repository at this point
Fix shallow renderer not allowing hooks in forwardRef render functions (#15100)
Show description for 52c870c
eps1lon
authored and
gaearon
committed
52c870c
View commit details
Copy full SHA for 52c870c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.