What is this about?
From Wallet Screen → Tokens component, we are looping through the tokenList in state several times.
- We initially select the tokens on Wallet screen here: selectTransformedTokens
- Manually build native asset and staked asset (this can be done in a memoized selector)
- getTokensToDisplay filterTokensByNetwork and categorizeTokens all loop through token list, but can be consolidated to a memoized selector
Stakeholder review needed before the work gets merged
References
#13985
What is this about?
From Wallet Screen → Tokens component, we are looping through the tokenList in state several times.
Stakeholder review needed before the work gets merged
References
#13985