metamask-mobile icon indicating copy to clipboard operation
metamask-mobile copied to clipboard

Performance: Deep dive into understanding how to optimize Redux

Open Cal-L opened this issue 4 years ago • 1 comments

Description

Deep dive into understanding how Redux functions + library API. Look into ways of optimizing while leveraging Redux. For example, normalizing states may prevent HOC re-renders.

Technical Details

Acceptance Criteria

  • TBD

Cal-L avatar Nov 11 '21 21:11 Cal-L

Highly recommend Redux toolkit and its style guide to help formalize redux practices. We use it on the extension (in some areas, but all new slices are written with it). I'd recommend that we formalize this across all products as an engineering team so that we can document it in shared contributor docs

brad-decker avatar Sep 28 '22 15:09 brad-decker