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 }}
basecode
/
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
utils
on
master
User selector
All users
All time
Commit history
Commits on Apr 2, 2015
Update shallowEqual.js
Murad
committed
6963ea4
View commit details
Copy full SHA for 6963ea4
View code at this point
Browse repository at this point
Update shallowEqual.js
Show description for d912329
Murad
committed
d912329
View commit details
Copy full SHA for d912329
View code at this point
Browse repository at this point
Increase speed of shallowEqual
Show description for d2bb472
Murad
committed
d2bb472
View commit details
Copy full SHA for d2bb472
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
Merge pull request #3552 from James-Dunn/fix-for-loops
Show description for 94a3b0f
zpao
committed
94a3b0f
View commit details
Copy full SHA for 94a3b0f
View code at this point
Browse repository at this point
Remove caching from for loops
Show description for 90dcc1f
James
committed
90dcc1f
View commit details
Copy full SHA for 90dcc1f
View code at this point
Browse repository at this point
Commits on Mar 24, 2015
Merge pull request #3440 from spicyj/console-error
Show description for 1aa4e3c
sophiebits
committed
1aa4e3c
View commit details
Copy full SHA for 1aa4e3c
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Use console.error to show stack trace in console
Show description for e791fcc
sophiebits
committed
e791fcc
View commit details
Copy full SHA for e791fcc
View code at this point
Browse repository at this point
Lint fixes
sophiebits
committed
c34fa7f
View commit details
Copy full SHA for c34fa7f
View code at this point
Browse repository at this point
Commits on Mar 11, 2015
Merge pull request #3356 from cpojer/findDOMNode
Show description for 3d8b47b
jimfb
committed
3d8b47b
View commit details
Copy full SHA for 3d8b47b
View code at this point
Browse repository at this point
Fixed shallowEqual implementation to handle the case when inputs are not objects.
Show description for 6cd004f
varunrau
committed
6cd004f
View commit details
Copy full SHA for 6cd004f
View code at this point
Browse repository at this point
foo.getDOMNode => React.findDOMNode(foo)
cpojer
committed
ae7da3a
View commit details
Copy full SHA for ae7da3a
View code at this point
Browse repository at this point
Commits on Mar 5, 2015
shallowEqual: bail if either argument is falsey
Show description for 34f4a0e
ianobermiller
committed
34f4a0e
View commit details
Copy full SHA for 34f4a0e
View code at this point
Browse repository at this point
Commits on Feb 22, 2015
Make cloneWithProps typechecks static-only
zpao
committed
95206fe
View commit details
Copy full SHA for 95206fe
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Fix a doc. cloneWithProps clones a ReactElement.
koba04
committed
60e96ed
View commit details
Copy full SHA for 60e96ed
View code at this point
Browse repository at this point
Fixed mistake in jsdocs types for cloneWithProps
jimfb
committed
bad85fa
View commit details
Copy full SHA for bad85fa
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
lint: remove spaces from array brackets
hzoo
committed
eba5d13
View commit details
Copy full SHA for eba5d13
View code at this point
Browse repository at this point
lint: remove spaces from object braces
hzoo
committed
07cfd66
View commit details
Copy full SHA for 07cfd66
View code at this point
Browse repository at this point
Commits on Feb 17, 2015
Merge pull request #3171 from sebmarkbage/moarwarnings
Show description for cf4bef8
sebmarkbage
committed
cf4bef8
View commit details
Copy full SHA for cf4bef8
View code at this point
Browse repository at this point
Warn if using Maps as children
Show description for 9119412
sebmarkbage
committed
9119412
View commit details
Copy full SHA for 9119412
View code at this point
Browse repository at this point
Merge pull request #3147 from hzoo/lint-fixes
Show description for 68a8e44
zpao
committed
68a8e44
View commit details
Copy full SHA for 68a8e44
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
s/upate/update
iamdustan
committed
dc21dca
View commit details
Copy full SHA for dc21dca
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
remove space before round brace in function expressions
hzoo
committed
74726f0
View commit details
Copy full SHA for 74726f0
View code at this point
Browse repository at this point
lint whitespace , trailing comma
hzoo
committed
e2a5792
View commit details
Copy full SHA for e2a5792
View code at this point
Browse repository at this point
Commits on Feb 9, 2015
Merge pull request #3030 from sebmarkbage/fragments
Show description for 0fdd2a7
sebmarkbage
committed
0fdd2a7
View commit details
Copy full SHA for 0fdd2a7
View code at this point
Browse repository at this point
Upgrade to newer eslint, use esprima-fb
Show description for dae1dc6
zpao
committed
dae1dc6
View commit details
Copy full SHA for dae1dc6
View code at this point
Browse repository at this point
Make keyed object fragments an opaque type
Show description for 56f5115
sebmarkbage
committed
56f5115
View commit details
Copy full SHA for 56f5115
View code at this point
Browse repository at this point
Commits on Feb 7, 2015
Merge pull request #3080 from zpao/upgrade-internal-modules
Show description for 7853260
zpao
committed
7853260
View commit details
Copy full SHA for 7853260
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Move keyMirror to vendor to match internal move
zpao
committed
705353f
View commit details
Copy full SHA for 705353f
View code at this point
Browse repository at this point
Commits on Feb 4, 2015
Split escapeTextForBrowser into escapeTextContentForBrowser and quoteAttributeValueForBrowser
syranide
committed
8ca058a
View commit details
Copy full SHA for 8ca058a
View code at this point
Browse repository at this point
Commits on Jan 31, 2015
Update copyright headers for 2015
rickbeerendonk
committed
3e0750a
View commit details
Copy full SHA for 3e0750a
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Merge pull request #2940 from kevinold/2749-consistent-use-of-spys-or-mocks
Show description for 9801f2d
zpao
committed
9801f2d
View commit details
Copy full SHA for 9801f2d
View code at this point
Browse repository at this point
update to use spyOn for console.warn #2749
kevinold
committed
f0ea2b5
View commit details
Copy full SHA for f0ea2b5
View code at this point
Browse repository at this point
Update warning calls to use %s #2870
kevinold
committed
e8ef067
View commit details
Copy full SHA for e8ef067
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
Merge pull request #2851 from jsfb/unique-key-in-dev-only
Show description for 45c0747
zpao
committed
45c0747
View commit details
Copy full SHA for 45c0747
View code at this point
Browse repository at this point
Commits on Jan 13, 2015
[lint] Fix majority of issues eslint found
zpao
committed
e27da99
View commit details
Copy full SHA for e27da99
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.