How to import additional reducers? #2534
Answered
by
markerikson
later-design
asked this question in
Q&A
-
I start by creating an Redux store. |
Beta Was this translation helpful? Give feedback.
Answered by
markerikson
Jul 22, 2022
Replies: 1 comment 1 reply
-
We've got instructions on how to do code-splitting of reducers in our docs over here: https://redux.js.org/usage/code-splitting That said, most of the time this isn't a thing you should need to worry about :) Reducers are pretty small size-wise. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
later-design
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've got instructions on how to do code-splitting of reducers in our docs over here:
https://redux.js.org/usage/code-splitting
That said, most of the time this isn't a thing you should need to worry about :) Reducers are pretty small size-wise.