Skip to content

Any performance concerns with creating nested reducers? #2109

Answered by markerikson
lancemcmuffin asked this question in Q&A
Discussion options

You must be logged in to vote

No, no meaningful perf considerations here - just keep selecting the most specific state possible in components.

As a side note, you can migrate existing code to RTK incrementally, file-by-file, and we strongly recommend at least switching the store setup to RTK's configureStore to get the dev mode checks active in your codebase:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lancemcmuffin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants