Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Types: Add core types to support Redux refactors #1855

Merged
merged 3 commits into from
Jan 24, 2020

Conversation

dmsnell
Copy link
Member

@dmsnell dmsnell commented Jan 23, 2020

Introduces a basic design for managing our Redux store in the typesystem
and establishes norms for how to create new action types and reducers as
well as how to add types to our React components and interact with Redux

There should be no functional or visible changes in this PR - this only adds
new types and documentation to the app and should have no impact on the
code produced.

Introduces a basic design for managing our Redux store in the typesystem
and establishes norms for how to create new action types and reducers as
well as how to add types to our React components and interact with Redux
@dmsnell dmsnell requested a review from a team January 23, 2020 23:14
Copy link
Contributor

@belcherj belcherj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge. This looks great!

@dmsnell dmsnell merged commit 23a31e4 into develop Jan 24, 2020
dmsnell added a commit that referenced this pull request Jan 24, 2020
In this patch we're adopting the changes in #1855 and updating legacy
reducers, action types, and action creators. This serves both as a guide
for adding new Redux pieces while improving the overall type-safety and
completeness of the Redux subsystem in the app.
@dmsnell dmsnell deleted the types/full-redux-typing branch January 24, 2020 19:27
dmsnell added a commit that referenced this pull request Jan 24, 2020
In this patch we're adopting the changes in #1855 and updating legacy
reducers, action types, and action creators. This serves both as a guide
for adding new Redux pieces while improving the overall type-safety and
completeness of the Redux subsystem in the app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants