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
Other examples don't use memoization. If you want useMemo to be featured, please check out this issue: #122
In the computed snippet, using memoization makes no sense. It's over optimization.
https://react.dev/reference/react/useMemo
https://vuejs.org/guide/essentials/computed.html#computed-caching-vs-methods
In actual coding, if only have some easy calculate, use expression is better, because hook also have expenses
The text was updated successfully, but these errors were encountered: