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 }}
jakedahm
/
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
Breadcrumbs
History for
react
src
on
vjeux-patch-1
User selector
All users
All time
Commit history
Commits on Feb 12, 2016
Merge pull request #6009 from jimfb/error-boundaries-initial-render-componentWillUnmount
Show description for bbd5a78
jimfb
committed
bbd5a78
View commit details
Copy full SHA for bbd5a78
View code at this point
Browse repository at this point
Errors in componentWillUnmount should be caught by error boundary on initial render.
jim
committed
dd390b3
View commit details
Copy full SHA for dd390b3
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Enable module pattern.
jim
committed
428ef03
View commit details
Copy full SHA for 428ef03
View code at this point
Browse repository at this point
Merge pull request #5892 from ianobermiller/children-map-key-slash
Show description for 3e41da7
sophiebits
committed
3e41da7
View commit details
Copy full SHA for 3e41da7
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Remove React.addons.batchedUpdates
zpao
committed
6fe495a
View commit details
Copy full SHA for 6fe495a
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
Merge pull request #5977 from jfairbank/remove-new-call
Show description for 4a1b0b7
zpao
committed
4a1b0b7
View commit details
Copy full SHA for 4a1b0b7
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
Fix lint
Show description for a1dab9e
zpao
committed
a1dab9e
View commit details
Copy full SHA for a1dab9e
View code at this point
Browse repository at this point
Error boundries should not unmount composite components which were not mounted.
jim
committed
86305fb
View commit details
Copy full SHA for 86305fb
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Remove instance of invoking ReactElement with new operator
jfairbank
committed
dbb54b1
View commit details
Copy full SHA for dbb54b1
View code at this point
Browse repository at this point
Commits on Feb 2, 2016
Unnecessary type comparisons have been changed to value comparison
karczk
committed
ef2b1f2
View commit details
Copy full SHA for ef2b1f2
View code at this point
Browse repository at this point
Fix for #5957: Bug on resolving default props (HTMLAllCollection)
karczk
committed
8c7d743
View commit details
Copy full SHA for 8c7d743
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
test: get rid of 'should be 1' comment
Show description for 1beae0c
Dave
committed
1beae0c
View commit details
Copy full SHA for 1beae0c
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
Merge pull request #5884 from jimfb/component-extends-react-component
Show description for 188e8cd
jimfb
committed
188e8cd
View commit details
Copy full SHA for 188e8cd
View code at this point
Browse repository at this point
Merge pull request #3372 from jonhester/void-elements
Show description for 9d5825c
jimfb
committed
9d5825c
View commit details
Copy full SHA for 9d5825c
View code at this point
Browse repository at this point
Merge pull request #1510 from syranide/propattr
Show description for 67e1291
jimfb
committed
67e1291
View commit details
Copy full SHA for 67e1291
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
v0.15.0-alpha.1
zpao
committed
b41f5a1
View commit details
Copy full SHA for b41f5a1
View code at this point
Browse repository at this point
ReactChildren.map: only add slash if new child has key
Show description for 30f7641
ianobermiller
committed
30f7641
View commit details
Copy full SHA for 30f7641
View code at this point
Browse repository at this point
Commits on Jan 20, 2016
Enable null return values in plain functions
jimfb
committed
757756f
View commit details
Copy full SHA for 757756f
View code at this point
Browse repository at this point
Commits on Jan 19, 2016
Merge pull request #5886 from goatslacker/cant-dangerouslysetinnerhtml-for-option
Show description for e420edd
sophiebits
committed
e420edd
View commit details
Copy full SHA for e420edd
View code at this point
Browse repository at this point
Only add children when there are children
goatslacker
committed
3da6e28
View commit details
Copy full SHA for 3da6e28
View code at this point
Browse repository at this point
Merge pull request #5811 from jontewks/warn-nan-style
Show description for 31d3bfa
zpao
committed
31d3bfa
View commit details
Copy full SHA for 31d3bfa
View code at this point
Browse repository at this point
Commits on Jan 16, 2016
Add warning for NaN in style object
jontewks
committed
7a6000c
View commit details
Copy full SHA for 7a6000c
View code at this point
Browse repository at this point
Merge pull request #5859 from jimfb/clonewithprops
Show description for 2f792d5
jimfb
committed
2f792d5
View commit details
Copy full SHA for 2f792d5
View code at this point
Browse repository at this point
Removed cloneWithProps addon.
jimfb
committed
accd0d8
View commit details
Copy full SHA for accd0d8
View code at this point
Browse repository at this point
Merge pull request #5840 from koba04/release-event-target-on-destructor
Show description for 422b4e1
zpao
committed
422b4e1
View commit details
Copy full SHA for 422b4e1
View code at this point
Browse repository at this point
Commits on Jan 14, 2016
Release syntheticEvent.target on the destructor
koba04
committed
be0551d
View commit details
Copy full SHA for be0551d
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
Merge pull request #5832 from jimfb/cleanup-top-level-dom-api
Show description for fcc63e1
jimfb
committed
fcc63e1
View commit details
Copy full SHA for fcc63e1
View code at this point
Browse repository at this point
Merge pull request #5718 from jimfb/linked-input
Show description for 7334fec
jimfb
committed
7334fec
View commit details
Copy full SHA for 7334fec
View code at this point
Browse repository at this point
Merge pull request #5833 from jimfb/remove-getDOMNode
Show description for 689efd1
jimfb
committed
689efd1
View commit details
Copy full SHA for 689efd1
View code at this point
Browse repository at this point
Added LinkedInput addon.
jimfb
committed
0acdb7b
View commit details
Copy full SHA for 0acdb7b
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
Merge pull request #5728 from spicyj/input-gc
Show description for fdd7fab
sophiebits
committed
fdd7fab
View commit details
Copy full SHA for fdd7fab
View code at this point
Browse repository at this point
Fixup jsdoc for SyntheticEvent
koba04
committed
6f976df
View commit details
Copy full SHA for 6f976df
View code at this point
Browse repository at this point
Remove DOM functions from top-level isomorphic API
jimfb
committed
2e1fb4b
View commit details
Copy full SHA for 2e1fb4b
View code at this point
Browse repository at this point
Removed getDOMNode from react classes.
jimfb
committed
e8af100
View commit details
Copy full SHA for e8af100
View code at this point
Browse repository at this point
Fixup style for long lines
zpao
committed
26f53de
View commit details
Copy full SHA for 26f53de
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.