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
test
on
v1.0.1
User selector
All users
All time
Commit history
Commits on Aug 15, 2015
Don't depend on invariant and warning
gaearon
committed
d99b361
View commit details
Copy full SHA for d99b361
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
Fixes #461 - Copy listeners array, so subscribes can't affect the loop.
Show description for 2ddfd71
arian
committed
2ddfd71
View commit details
Copy full SHA for 2ddfd71
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
Add invariant errors for bindActionCreator.
Jack Callister
committed
22ca4be
View commit details
Copy full SHA for 22ca4be
View code at this point
Browse repository at this point
Commits on Jul 31, 2015
Merge branch 'verify-state-shape' into breaking-changes-1.0
gaearon
committed
a467c41
View commit details
Copy full SHA for a467c41
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
Merge pull request #372 from quicksnap/no_dispatch_in_actions
Show description for de301ce
gaearon
committed
de301ce
View commit details
Copy full SHA for de301ce
View code at this point
Browse repository at this point
Throw error when trying to dispatch from action
Dan Schuman
committed
848bb8e
View commit details
Copy full SHA for 848bb8e
View code at this point
Browse repository at this point
add verifyStateShape function and tests
ellbee
committed
fca60c8
View commit details
Copy full SHA for fca60c8
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
Allow `bindActionCreators` to be used with function as actionCreator
Show description for d92f08e
michaelcontento
committed
d92f08e
View commit details
Copy full SHA for d92f08e
View code at this point
Browse repository at this point
Commits on Jul 23, 2015
add contextify to simulate another realm (context) and test case where plain object from another realm is checked
michalkvasnicak
committed
0c87ead
View commit details
Copy full SHA for 0c87ead
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Style fixup
gaearon
committed
27752e6
View commit details
Copy full SHA for 27752e6
View code at this point
Browse repository at this point
Merge pull request #295 from jhewlett/breaking-changes-1.0
Show description for 8bb94c7
gaearon
committed
8bb94c7
View commit details
Copy full SHA for 8bb94c7
View code at this point
Browse repository at this point
composeMiddleware is an implementation detail of applyMiddleware
gaearon
committed
100ce3c
View commit details
Copy full SHA for 100ce3c
View code at this point
Browse repository at this point
Fix lint errors
jhewlett
committed
adbfbdd
View commit details
Copy full SHA for adbfbdd
View code at this point
Browse repository at this point
Allow es6 symbols to be used as action types
Show description for 7ad209a
jhewlett
committed
7ad209a
View commit details
Copy full SHA for 7ad209a
View code at this point
Browse repository at this point
Commits on Jul 19, 2015
Fix the missing Flow annotations
gaearon
committed
ac8a184
View commit details
Copy full SHA for ac8a184
View code at this point
Browse repository at this point
Replace class with a factory function
gaearon
committed
0623cf4
View commit details
Copy full SHA for 0623cf4
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
update wrap dispatch test with the failure case.
tappleby
committed
baede74
View commit details
Copy full SHA for baede74
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
Handling private actions is an anti-pattern. Enforce it. (Fixes #186)
gaearon
committed
9045a0c
View commit details
Copy full SHA for 9045a0c
View code at this point
Browse repository at this point
Move test files
gaearon
committed
afd4260
View commit details
Copy full SHA for afd4260
View code at this point
Browse repository at this point
Commits on Jul 12, 2015
Remove combineReducers shortcut in favor of an explicit call
gaearon
committed
650f002
View commit details
Copy full SHA for 650f002
View code at this point
Browse repository at this point
Remove thunk middleware from the core
gaearon
committed
0b5207f
View commit details
Copy full SHA for 0b5207f
View code at this point
Browse repository at this point
Remove nesting from tests
gaearon
committed
18aceee
View commit details
Copy full SHA for 18aceee
View code at this point
Browse repository at this point
Merge pull request #249 from gaearon/remove-react
Show description for 66ec814
gaearon
committed
66ec814
View commit details
Copy full SHA for 66ec814
View code at this point
Browse repository at this point
Dispatch sends action through entire middleware chain
jquense
committed
a38e4ad
View commit details
Copy full SHA for a38e4ad
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Remove React-specific code in favor of gaearon/redux-react
gaearon
committed
c46494b
View commit details
Copy full SHA for c46494b
View code at this point
Browse repository at this point
Commits on Jul 9, 2015
Added test for shallowEqualScalar in connect decorator
taylorhakes
committed
038cd25
View commit details
Copy full SHA for 038cd25
View code at this point
Browse repository at this point
Handle changes from dispatch inside componentDidMount (fixes #208)
gaearon
committed
406ca62
View commit details
Copy full SHA for 406ca62
View code at this point
Browse repository at this point
Fix lint
gaearon
committed
152c886
View commit details
Copy full SHA for 152c886
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
composeReducers -> combineReducers
gaearon
committed
039c30f
View commit details
Copy full SHA for 039c30f
View code at this point
Browse repository at this point
Merge branch 'update-middleware-api' into breaking-changes-1.0
gaearon
committed
1791e2a
View commit details
Copy full SHA for 1791e2a
View code at this point
Browse repository at this point
Add more helpful error messages
gaearon
committed
de685de
View commit details
Copy full SHA for de685de
View code at this point
Browse repository at this point
Throw error on undefined value from reducer function
taylorhakes
committed
b8e7e1e
View commit details
Copy full SHA for b8e7e1e
View code at this point
Browse repository at this point
Commits on Jul 4, 2015
Fix linting
acdlite
committed
b72f909
View commit details
Copy full SHA for b72f909
View code at this point
Browse repository at this point
Fix composeMiddleware and move back into separate module
Show description for 9a1a0cd
acdlite
committed
9a1a0cd
View commit details
Copy full SHA for 9a1a0cd
View code at this point
Browse repository at this point
Implement applyMiddleware higher-order store
acdlite
committed
6a2730d
View commit details
Copy full SHA for 6a2730d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.