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 }}
gdehmlow
/
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 May 30, 2021
More formatting
markerikson
committed
312a170
View commit details
Copy full SHA for 312a170
View code at this point
Browse repository at this point
Commits on May 29, 2021
Formatting?
markerikson
committed
2de004c
View commit details
Copy full SHA for 2de004c
View code at this point
Browse repository at this point
Commits on May 14, 2021
Update formatting for Prettier 2.3
timdorr
committed
239fbc0
View commit details
Copy full SHA for 239fbc0
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
Add quotes around INIT action type in error
markerikson
committed
c83b014
View commit details
Copy full SHA for c83b014
View code at this point
Browse repository at this point
Rewrite Redux error messages
Show description for 12e1682
markerikson
committed
12e1682
View commit details
Copy full SHA for 12e1682
View code at this point
Browse repository at this point
Commits on Mar 28, 2021
Fixing build to prep for merge, rebasing from master
andrewmcgivery
committed
3e26550
View commit details
Copy full SHA for 3e26550
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/reduxjs/redux into master
andrewmcgivery
committed
4b5c003
View commit details
Copy full SHA for 4b5c003
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
refactor: Explicit type argument any can be removed. (#3923)
deepfunc
authored
1fc7626
View commit details
Copy full SHA for 1fc7626
View code at this point
Browse repository at this point
Fixing some formatting issues caused by a bad VSCode update that was breaking the build.
andrewmcgivery
committed
a544f84
View commit details
Copy full SHA for a544f84
View code at this point
Browse repository at this point
Feat: Aded formatProdErrorMessage function which is called during prod build to link to redux error page, styled error page and changed to only show error text for error passed in url.
andrewmcgivery
committed
5b1c015
View commit details
Copy full SHA for 5b1c015
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
feat: arrange import section of combineReducers (#3914)
Brew-Brew
authored
7ebcdfa
View commit details
Copy full SHA for 7ebcdfa
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
fix: link to the page of webpack's 'mode' configuration (#3907)
Show description for 2baca9c
shisama
authored
2baca9c
View commit details
Copy full SHA for 2baca9c
View code at this point
Browse repository at this point
Commits on Jul 16, 2020
Only apply mapped types to un-branded types (#3817)
invliD
authored
0dae2d1
View commit details
Copy full SHA for 0dae2d1
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
refactor(types/actions): allow type-setting args on ActionCreator (#3797)
zanona
authored
380e8b0
View commit details
Copy full SHA for 380e8b0
View code at this point
Browse repository at this point
Tighten applyMiddleware types (#3766)
Methuselah96
authored
8551ba8
View commit details
Copy full SHA for 8551ba8
View code at this point
Browse repository at this point
Fix combineReducers typings. (#3679)
gilbsgilbs
authored
78716bf
View commit details
Copy full SHA for 78716bf
View code at this point
Browse repository at this point
Commits on May 11, 2020
Re-enable TypeScript tests (#3770)
Methuselah96
authored
1766b93
View commit details
Copy full SHA for 1766b93
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Explicit type argument any can be removed in "bindActionCreators" (#3757)
deepfunc
authored
208d7f1
View commit details
Copy full SHA for 208d7f1
View code at this point
Browse repository at this point
Update Symbol.observable polyfill.
timdorr
committed
54544b2
View commit details
Copy full SHA for 54544b2
View code at this point
Browse repository at this point
Prettier 2.0
timdorr
committed
311279d
View commit details
Copy full SHA for 311279d
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
Update createStore.ts (#3750)
Show description for dc736f1
chinmaykude
authored
dc736f1
View commit details
Copy full SHA for dc736f1
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Update createStore.ts (#3749)
Show description for 0040f45
sktguha
authored
0040f45
View commit details
Copy full SHA for 0040f45
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
Run format script (#3721)
Show description for 8427637
timdorr
authored
8427637
View commit details
Copy full SHA for 8427637
View code at this point
Browse repository at this point
Commits on Jan 28, 2020
Improve `Middleware` type (#3686)
OliverJAsh
authored and
timdorr
committed
05bc42c
View commit details
Copy full SHA for 05bc42c
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
Add PURE annotations (#3636)
Andarist
authored and
timdorr
committed
6b3e1ce
View commit details
Copy full SHA for 6b3e1ce
View code at this point
Browse repository at this point
Commits on Nov 23, 2019
Dropping symbol-observable dependency, realizing internal implementation (#3631)
Show description for 8015a58
r3dm1ke
authored and
timdorr
committed
8015a58
View commit details
Copy full SHA for 8015a58
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
fixed similiar typo with similar (#3621)
ayhandoslu
authored and
markerikson
committed
b036fec
View commit details
Copy full SHA for b036fec
View code at this point
Browse repository at this point
Commits on Nov 5, 2019
updated compose types to use tuple types (#3608)
Show description for f1fc7ce
maclockard
authored and
timdorr
committed
f1fc7ce
View commit details
Copy full SHA for f1fc7ce
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
fix TSDoc comments (#3560)
jedmao
authored and
timdorr
committed
9e71b4c
View commit details
Copy full SHA for 9e71b4c
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
fix replaceReducer with a store enhancer (#3524)
Show description for 066fa81
cellog
authored and
timdorr
committed
066fa81
View commit details
Copy full SHA for 066fa81
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
fixes to bindActionCreators overloads (#3552)
cellog
authored and
timdorr
committed
dbc95c8
View commit details
Copy full SHA for dbc95c8
View code at this point
Browse repository at this point
add overloads to compose.ts and applyMiddleware.ts (#3558)
Show description for 8112c95
cellog
authored and
timdorr
committed
8112c95
View commit details
Copy full SHA for 8112c95
View code at this point
Browse repository at this point
fix combineReducers overload exports, and import of Reducer type (#3554)
cellog
authored and
timdorr
committed
a450fbd
View commit details
Copy full SHA for a450fbd
View code at this point
Browse repository at this point
fix typings of createStore and import of Reducer type (#3555)
cellog
authored and
timdorr
committed
6d96545
View commit details
Copy full SHA for 6d96545
View code at this point
Browse repository at this point
use new reducer types from types/reducers.ts, store types from types/store.ts (#3548)
Show description for 65afa45
cellog
authored and
timdorr
committed
65afa45
View commit details
Copy full SHA for 65afa45
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.