thought: I don't think this PR is the correct place to address this issue, but I'd like to raise it at the moment it appeared.
We're having multiple providers for every screen, with information that is necessary to all of them. This is a job Redux Toolkit does very well, and it's already a stable pattern in our JS/TS repositories.
I think we should migrate to using Redux Toolkit slices instead of having multiple providers on every component and on every test.
Originally posted by @tuliomir in #167 (comment)
thought: I don't think this PR is the correct place to address this issue, but I'd like to raise it at the moment it appeared.
We're having multiple providers for every screen, with information that is necessary to all of them. This is a job
Redux Toolkitdoes very well, and it's already a stable pattern in our JS/TS repositories.I think we should migrate to using Redux Toolkit
slicesinstead of having multiple providers on every component and on every test.Originally posted by @tuliomir in #167 (comment)