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
/
redux
Public
forked from
reduxjs/redux
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
Breadcrumbs
History for
redux
src
on
master
User selector
All users
All time
Commit history
Commits on Feb 19, 2016
Update createStore.js
Show description for b162551
grp06
committed
b162551
View commit details
Copy full SHA for b162551
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
Clarify comment in compose.js
Show description for a7f0a92
krawaller
committed
a7f0a92
View commit details
Copy full SHA for a7f0a92
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Reword error message for 'reducer returned undefined'
johnsoftek
committed
63fe850
View commit details
Copy full SHA for 63fe850
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
Use lodash v4.
jdalton
committed
e7295c3
View commit details
Copy full SHA for e7295c3
View code at this point
Browse repository at this point
Commits on Jan 31, 2016
Don't depend on setInterval()
Show description for 18b47c5
gaearon
committed
18b47c5
View commit details
Copy full SHA for 18b47c5
View code at this point
Browse repository at this point
Better method name
gaearon
committed
7611347
View commit details
Copy full SHA for 7611347
View code at this point
Browse repository at this point
Delay copying listeners until is necessary
Show description for c031c0a
gaearon
committed
c031c0a
View commit details
Copy full SHA for c031c0a
View code at this point
Browse repository at this point
Fix documentation around nested dispatches and add test to verify it
gaearon
committed
24aade4
View commit details
Copy full SHA for 24aade4
View code at this point
Browse repository at this point
Use a for loop instead of forEach() in dispatch()
Show description for 5b58608
gaearon
committed
5b58608
View commit details
Copy full SHA for 5b58608
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
Object returned from bindActionCreators() should only include functions
gaearon
committed
47d0024
View commit details
Copy full SHA for 47d0024
View code at this point
Browse repository at this point
Replaced error message with correct arg name
JamieDixon
committed
40fd771
View commit details
Copy full SHA for 40fd771
View code at this point
Browse repository at this point
Added check to createStore.subscribe to ensure listener is a function
JamieDixon
committed
d575747
View commit details
Copy full SHA for d575747
View code at this point
Browse repository at this point
replaceReducer() should throw if argument is not a function
dzhiriki
committed
7fa8e86
View commit details
Copy full SHA for 7fa8e86
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
Disable envification warning if Function.name is not supported
Show description for e2e14d2
gaearon
committed
e2e14d2
View commit details
Copy full SHA for e2e14d2
View code at this point
Browse repository at this point
Don't depend on console object
Show description for b1bcee2
gaearon
committed
b1bcee2
View commit details
Copy full SHA for b1bcee2
View code at this point
Browse repository at this point
Commits on Jan 28, 2016
Pass enhancer to base createStore
acdlite
committed
72ae943
View commit details
Copy full SHA for 72ae943
View code at this point
Browse repository at this point
Update docs to use the simplified enhancer application
gaearon
committed
dc5fdb4
View commit details
Copy full SHA for dc5fdb4
View code at this point
Browse repository at this point
Update to the proposal by @timdorr
gaearon
committed
a876af2
View commit details
Copy full SHA for a876af2
View code at this point
Browse repository at this point
Add first-class support for store enhancers to createStore() API
gaearon
committed
6b5c756
View commit details
Copy full SHA for 6b5c756
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
Merge pull request #1286 from mattiasgronlund/master
Show description for b75ed10
gaearon
committed
b75ed10
View commit details
Copy full SHA for b75ed10
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
Clarify that Store subscribe listners should not expect to see all state chages.
mattiasgronlund
committed
8e83d93
View commit details
Copy full SHA for 8e83d93
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Change next to createStore for better readability
Mayank Chandola
authored and
Mayank Chandola
committed
45438b5
View commit details
Copy full SHA for 45438b5
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
Add period on line 9
Show description for 84b5a13
jshen212
committed
84b5a13
View commit details
Copy full SHA for 84b5a13
View code at this point
Browse repository at this point
Commits on Jan 14, 2016
Even tinier tweaks. :microscope:
timdorr
committed
7489e57
View commit details
Copy full SHA for 7489e57
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
Tweak messaging a tiny bit :ok_hand:
timdorr
committed
d2969b5
View commit details
Copy full SHA for d2969b5
View code at this point
Browse repository at this point
Merge pull request #1075 from conorhastings/master
Show description for ee5b52e
timdorr
committed
ee5b52e
View commit details
Copy full SHA for ee5b52e
View code at this point
Browse repository at this point
Commits on Jan 10, 2016
move exported functions to the top-level src folder
ashaffer
committed
7bac7ec
View commit details
Copy full SHA for 7bac7ec
View code at this point
Browse repository at this point
Commits on Dec 13, 2015
Merge pull request #1118 from jridgewell/combineReducers-unexpected-shape
Show description for c581573
ellbee
committed
c581573
View commit details
Copy full SHA for c581573
View code at this point
Browse repository at this point
Commits on Dec 12, 2015
Refactor combineReduer's Unexpected State Shape Warning
Show description for e5aabde
jridgewell
committed
e5aabde
View commit details
Copy full SHA for e5aabde
View code at this point
Browse repository at this point
Remove the comment duplicating the code
gaearon
committed
8eb0532
View commit details
Copy full SHA for 8eb0532
View code at this point
Browse repository at this point
Merge pull request #1050 from Bjvanminnen/compose
Show description for 9cd5af4
gaearon
committed
9cd5af4
View commit details
Copy full SHA for 9cd5af4
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
Remove Unneeded ESLint Line Flag
jridgewell
committed
c699952
View commit details
Copy full SHA for c699952
View code at this point
Browse repository at this point
Commits on Nov 27, 2015
remove semicolons
Bjvanminnen
committed
422c37a
View commit details
Copy full SHA for 422c37a
View code at this point
Browse repository at this point
warn user when using minified code outside of NODE_ENV 'production'
conorhastings
committed
9b4754c
View commit details
Copy full SHA for 9b4754c
View code at this point
Browse repository at this point
Commits on Nov 26, 2015
more verbose, but easier to follow
Bjvanminnen
committed
0121689
View commit details
Copy full SHA for 0121689
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.