You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for such a wonderful library! I have a question about its usage and would like to inquire: Does extendSelectors automatically cache the results? For example, I have a state list: string[] | null, and I write it like this within extendSelectors:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thank you for such a wonderful library! I have a question about its usage and would like to inquire: Does extendSelectors automatically cache the results? For example, I have a state list: string[] | null, and I write it like this within extendSelectors:
Will the value obtained through
store.use.listRecord()
in the component be memoized?Beta Was this translation helpful? Give feedback.
All reactions