use-mobile-detect-hook icon indicating copy to clipboard operation
use-mobile-detect-hook copied to clipboard

Memoize

Open dillonstreator opened this issue 2 years ago • 2 comments

https://github.com/haldarmahesh/use-mobile-detect-hook/blob/096f94e435581525bae97c8ce3f3da765eabfc5b/src/index.ts#L22

dillonstreator avatar Jul 30 '22 10:07 dillonstreator

hey @dillonstreator can you please add more description on this issue?

haldarmahesh avatar Jul 30 '22 11:07 haldarmahesh

functions are being returned from useMobileDetect which presumably are being run on every render when the results could be memoized since user agent doesn't really change

dillonstreator avatar Jul 30 '22 15:07 dillonstreator