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
Type
/
to 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 }}
aclarkdev
/
react
Public
forked from
react/react
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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 Jan 13, 2017
Merge pull request #8742 from bvaughn/stack-fiber-gcc-warning
Show description for 3bc5595
bvaughn
authored
3bc5595
View commit details
Copy full SHA for 3bc5595
Browse repository at this point
Fix typo (#8770)
piperchester
authored and
gaearon
committed
c61148c
View commit details
Copy full SHA for c61148c
Browse repository at this point
Small ReactPropTypes refactor (#8771)
diegomura
authored and
gaearon
committed
de8173e
View commit details
Copy full SHA for de8173e
Browse repository at this point
Improve Fiber debugger (#8767)
Show description for 5afd8cd
gaearon
authored
5afd8cd
View commit details
Copy full SHA for 5afd8cd
Browse repository at this point
Improved error message wording for missing getChildContext() method
Brian Vaughn
committed
7a2e35b
View commit details
Copy full SHA for 7a2e35b
Browse repository at this point
Removed redundant gCC test
Brian Vaughn
committed
e17cc98
View commit details
Copy full SHA for e17cc98
Browse repository at this point
Dedupe missing getChildContext warning by component name
Brian Vaughn
committed
4f08884
View commit details
Copy full SHA for 4f08884
Browse repository at this point
Stack and Fiber warn about missing getChildContext method
Show description for c7f1aba
Brian Vaughn
committed
c7f1aba
View commit details
Copy full SHA for c7f1aba
Browse repository at this point
Merge pull request #8655 from acdlite/fibermemoizepremptedwork
Show description for 199db63
acdlite
authored
199db63
View commit details
Copy full SHA for 199db63
Browse repository at this point
Commits on Jan 12, 2017
Merge pull request #8757 from acdlite/fiberfeatureflag
Show description for d28ac9e
acdlite
authored
d28ac9e
View commit details
Copy full SHA for d28ac9e
Browse repository at this point
Run test script and fix regressions
Show description for 9459bad
acdlite
committed
9459bad
View commit details
Copy full SHA for 9459bad
Browse repository at this point
Warn if undefined is passed to top-level render
Show description for c8adedc
acdlite
committed
c8adedc
View commit details
Copy full SHA for c8adedc
Browse repository at this point
Top-level render only accepts a React element if feature flag is on
acdlite
committed
397810f
View commit details
Copy full SHA for 397810f
Browse repository at this point
Add test for state merging when sCU is false
sophiebits
authored and
acdlite
committed
54ebcbc
View commit details
Copy full SHA for 54ebcbc
Browse repository at this point
[Fiber Debugger] Bring up to date (#8765)
Show description for fd1ef53
gaearon
authored
fd1ef53
View commit details
Copy full SHA for fd1ef53
Browse repository at this point
Confirm that a shallow bailout does not drop work in the child
Show description for d17b9a1
acdlite
committed
d17b9a1
View commit details
Copy full SHA for d17b9a1
Browse repository at this point
Move memoization to begin phase
Show description for 1ed304f
acdlite
committed
1ed304f
View commit details
Copy full SHA for 1ed304f
Browse repository at this point
Add error codes update to release process (#8749)
Show description for 8835955
zpao
authored and
gaearon
committed
8835955
View commit details
Copy full SHA for 8835955
Browse repository at this point
move blog post [Profiling Components with Chrome Timeline] into docs article (#8680)
Show description for 3ec1da8
madeinfree
authored and
gaearon
committed
3ec1da8
View commit details
Copy full SHA for 3ec1da8
Browse repository at this point
fix failed tests on Windows #8737 (#8747)
Show description for e240470
jddxf
authored and
gaearon
committed
e240470
View commit details
Copy full SHA for e240470
Browse repository at this point
fix typo (#8760)
Show description for cb82bc3
zhuscat
authored and
gaearon
committed
cb82bc3
View commit details
Copy full SHA for cb82bc3
Browse repository at this point
Update handling-events.md (#8762)
Show description for 2cb7637
zzz6519003
authored and
gaearon
committed
2cb7637
View commit details
Copy full SHA for 2cb7637
Browse repository at this point
In DEV, allow treat auto-mocked render methods as if they return null
Show description for 80cf21c
acdlite
committed
80cf21c
View commit details
Copy full SHA for 80cf21c
Browse repository at this point
Throw if undefined is returned from a composite component
acdlite
committed
204d3dd
View commit details
Copy full SHA for 204d3dd
Browse repository at this point
Disallow Fiber-only render return types when feature flag is on
Show description for 8628018
acdlite
committed
8628018
View commit details
Copy full SHA for 8628018
Browse repository at this point
Add feature flag to disable Fiber-specific features
Show description for bf117f8
acdlite
committed
bf117f8
View commit details
Copy full SHA for bf117f8
Browse repository at this point
Make test that forbids arrays Stack-only
gaearon
authored and
acdlite
committed
3ec1779
View commit details
Copy full SHA for 3ec1779
Browse repository at this point
Remove unnecessary warning for invalid node
Show description for df0532b
gaearon
authored and
acdlite
committed
df0532b
View commit details
Copy full SHA for df0532b
Browse repository at this point
Remove a duplicate test
Show description for 33c3121
gaearon
authored and
acdlite
committed
33c3121
View commit details
Copy full SHA for 33c3121
Browse repository at this point
Add a test for stateless components returning undefined
Show description for fdf0f43
gaearon
authored and
acdlite
committed
fdf0f43
View commit details
Copy full SHA for fdf0f43
Browse repository at this point
Commits on Jan 11, 2017
[Fiber] Fix to render falsy value as dangerouslySetInnerHTML (#8652)
Show description for beb5b74
koba04
authored and
gaearon
committed
beb5b74
View commit details
Copy full SHA for beb5b74
Browse repository at this point
[Fiber] Implement test renderer (#8628)
Show description for 2da35fc
iamdustan
authored and
gaearon
committed
2da35fc
View commit details
Copy full SHA for 2da35fc
Browse repository at this point
Update index.html: add spaces between Web/React components (#8750)
piperchester
authored and
gaearon
committed
837835d
View commit details
Copy full SHA for 837835d
Browse repository at this point
Merge pull request #8746 from acdlite/fiberrevertcommitinfo
Show description for 1c43f94
acdlite
authored
1c43f94
View commit details
Copy full SHA for 1c43f94
Browse repository at this point
Revert CommitInfo to avoid extra allocation
Show description for b59cb4a
acdlite
committed
b59cb4a
View commit details
Copy full SHA for b59cb4a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.