immerjs / use-immer

Use immer to drive state with a React hooks
MIT License
4.04k stars 92 forks source link

Replace useMemo with useCallback #22

Closed tebuevd closed 5 years ago

tebuevd commented 5 years ago

useCallback is more appropriate here since we're memoizing a function. Same functionality, but slightly nicer semantics :)

mweststrate commented 5 years ago

Thanks!

mweststrate commented 5 years ago

Released as 0.3.1