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
index.d.ts
on
4.x
User selector
All users
All time
Commit history
Commits on Apr 2, 2021
Formatting
markerikson
committed
fb5abcc
View commit details
Copy full SHA for fb5abcc
View code at this point
Browse repository at this point
Inline the symbol-observable polyfill
markerikson
committed
0d7d94d
View commit details
Copy full SHA for 0d7d94d
View code at this point
Browse repository at this point
Format all the things!
markerikson
committed
6e53b1e
View commit details
Copy full SHA for 6e53b1e
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
fix: Declare "EmptyObject" interface to wrap $CombinedState (#4031)
JacobLey
authored
c3cbe2e
View commit details
Copy full SHA for c3cbe2e
View code at this point
Browse repository at this point
Commits on Jul 16, 2020
Only apply mapped types to un-branded types (#3805)
invliD
authored
e23aa59
View commit details
Copy full SHA for e23aa59
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
#2808 Preloaded state is now selectively partial (instead of deeply partial). (#3485)
Show description for 0ac73b5
Shakeskeyboarde
authored and
timdorr
committed
0ac73b5
View commit details
Copy full SHA for 0ac73b5
View code at this point
Browse repository at this point
Commits on Aug 10, 2019
#2979 Add strict type inference overload for combineReducers. (#3484)
Show description for 63dda81
Shakeskeyboarde
authored and
timdorr
committed
63dda81
View commit details
Copy full SHA for 63dda81
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
Revert "Infer action types from combineReducers" (#3467)
Show description for 0c3a2c7
timdorr
authored
0c3a2c7
View commit details
Copy full SHA for 0c3a2c7
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Infer action types from combineReducers (#3411)
Show description for c676a25
appden
authored and
timdorr
committed
c676a25
View commit details
Copy full SHA for c676a25
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
Add types for current Observable interpolation interface (#3067)
Show description for 4fb7a44
pinyin
authored and
timdorr
committed
4fb7a44
View commit details
Copy full SHA for 4fb7a44
View code at this point
Browse repository at this point
Fix `DeepPartial` type (#3369)
Show description for 9827e2d
OliverJAsh
authored and
timdorr
committed
9827e2d
View commit details
Copy full SHA for 9827e2d
View code at this point
Browse repository at this point
Commits on Dec 29, 2018
Fix AnyAction comment in index.d.ts (#3316)
Show description for 32ac7e6
joshburgess
authored and
timdorr
committed
32ac7e6
View commit details
Copy full SHA for 32ac7e6
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
use prettier format ts too (#3147)
Show description for b44984a
gengjiawen
authored and
timdorr
committed
b44984a
View commit details
Copy full SHA for b44984a
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
Mark StoreCreator's preloadedState argument as optional (#3080)
srittau
authored and
timdorr
committed
3cb7b8d
View commit details
Copy full SHA for 3cb7b8d
View code at this point
Browse repository at this point
Commits on May 11, 2018
Use same return type for both StoreCreator signatures in TS typings (#2985)
reklawnos
authored and
timdorr
committed
c308849
View commit details
Copy full SHA for c308849
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
Update TypeScript typings (#2773)
Show description for cbdca62
aikoven
authored and
timdorr
committed
cbdca62
View commit details
Copy full SHA for cbdca62
View code at this point
Browse repository at this point
Commits on Nov 16, 2017
Add DeepPartial type for preloaded state (#2679)
aikoven
authored and
timdorr
committed
037ea56
View commit details
Copy full SHA for 037ea56
View code at this point
Browse repository at this point
Revamp TypeScript typing with more type safety (#2563)
Show description for 4509938
pelotom
authored and
timdorr
committed
4509938
View commit details
Copy full SHA for 4509938
View code at this point
Browse repository at this point
Mapped type for combineReducers in index.d.ts (#2182)
Show description for 6d402a2
mkusher
authored and
timdorr
committed
6d402a2
View commit details
Copy full SHA for 6d402a2
View code at this point
Browse repository at this point
Commits on Oct 6, 2017
Remove @private flag on AnyAction type definition which causes problem with typescript, issue 2508 (#2510)
Alexis Mangin
authored and
timdorr
committed
cd8f394
View commit details
Copy full SHA for cd8f394
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
Fixed the definition of 'Reducer' for TypeScript 2.4. (#2467)
DanielRosenwasser
authored and
timdorr
committed
0de7e5b
View commit details
Copy full SHA for 0de7e5b
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Fix typings for `compose` function to accept single rest argument (#1936)
aikoven
authored and
timdorr
committed
f8ec3ef
View commit details
Copy full SHA for f8ec3ef
View code at this point
Browse repository at this point
Commits on Aug 1, 2016
Switch out non-ASCII quotes for ASCII versions. (#1874)
timdorr
authored
d18a977
View commit details
Copy full SHA for d18a977
View code at this point
Browse repository at this point
Commits on Jul 26, 2016
Improve typings for `compose` function (#1868)
aikoven
authored and
timdorr
committed
085eaec
View commit details
Copy full SHA for 085eaec
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Remove unnecessary optional type from StoreCreator.
raineorshine
committed
7e650ad
View commit details
Copy full SHA for 7e650ad
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
preloadedState is optional
raineorshine
authored
7f6446e
View commit details
Copy full SHA for 7f6446e
View code at this point
Browse repository at this point
Commits on May 27, 2016
Issue 1743 (#1770)
Show description for b523aa4
dliv
authored and
gaearon
committed
b523aa4
View commit details
Copy full SHA for b523aa4
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Improve typing of StoreEnhancer
Igorbek
committed
324849d
View commit details
Copy full SHA for 324849d
View code at this point
Browse repository at this point
Commits on Mar 22, 2016
Improve basic dispatch signature. Fix typescript tests.
Igorbek
committed
e767e13
View commit details
Copy full SHA for e767e13
View code at this point
Browse repository at this point
Commits on Mar 18, 2016
Add state type to Dispatch interface and improve thunk test with proper module augmentation.
Igorbek
committed
b0d60c4
View commit details
Copy full SHA for b0d60c4
View code at this point
Browse repository at this point
Commits on Mar 17, 2016
Type safety for dispatch signature
Ciuca, Alexandru
committed
74e16aa
View commit details
Copy full SHA for 74e16aa
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
Update TypeScript definitions
Show description for a5d44fa
aikoven
committed
a5d44fa
View commit details
Copy full SHA for a5d44fa
View code at this point
Browse repository at this point
Commits on Feb 19, 2016
Update TypeScript definitions
Show description for 16325a2
aikoven
committed
16325a2
View commit details
Copy full SHA for 16325a2
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
Update TypeScript definitions
Show description for a6b4d80
aikoven
committed
a6b4d80
View commit details
Copy full SHA for a6b4d80
View code at this point
Browse repository at this point
Update TypeScript definitions
Show description for b19ebc1
aikoven
committed
b19ebc1
View commit details
Copy full SHA for b19ebc1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.