frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Refactor components to use React Redux hooks to access store

Open Aulud opened this issue 4 years ago • 0 comments

Refactor components to use React hooks to access Redux store

Code quality suggestion.

Rationale

Refactor existing function components to allow them to subscribe to the Redux store and dispatch actions using React Redux hook APIs - this avoids boilerplate associated with the connect() container HOCs.

Reference for implementation: Redux hooks documentation

Last updated 17 Jun 2020, 10:15PM

Aulud avatar Jun 17 '20 14:06 Aulud