openwallet-foundation / credo-ts-ext

Extension libraries for Credo
https://credo.js.org
Apache License 2.0
29 stars 37 forks source link

Use reselect to create selectors #20

Open TimoGlastra opened 3 years ago

TimoGlastra commented 3 years ago

We should use reselect for creating selectors in the redux-store package. redux-toolkit exposes an createSelector method that is re-exported from reselect. The main benefit is memoization

berendsliedrecht commented 3 years ago

Can we move this issue to aries-framework-ext?

TimoGlastra commented 2 years ago

Yes!