-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
type-enhancementNew feature or requestNew feature or request
Description
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
Providertag and convert to TypeScript
Acceptance Criteria
- All unit tests should continue to pass
- Redux functionality especially caching should still work
References
- None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type-enhancementNew feature or requestNew feature or request