Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Improved typing#241

Open
wants to merge 1 commit into
base:master
Choose a base branch
from

Conversation

ramondeklein
Copy link

In the original code the mapStateToProps and mapDispatchToProps do not return a typed interface. Using typed interfaces allows better refactoring and raises compilation errors when invalid (dispatch) properties are used. This pull-request adds this kind of typing.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
1 participant
@ramondeklein
close