Skip to content

Upgrade Redux + Update unit tests #3065

@Cal-L

Description

@Cal-L

Description

Redux needs to be upgraded for us to utilize hooks such as useSelector & useDispatch, higher order hooks that we can use within functional components. At the same time, many of our unit tests are providing context to the components and should be converted to being wrapped in the Provider tag. This upgrade is one of the first steps in the refactor process and will pave the way for future components.

Technical Details

  • Upgrade Redux + dependencies
  • Update unit tests to use Provider tag and convert to TypeScript

Acceptance Criteria

  • All unit tests should continue to pass
  • Redux functionality especially caching should still work

References

  • None

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions