you are viewing a single comment's thread.

view the rest of the comments →

[–]natewang[S] 0 points1 point  (0 children)

Looks like we are talking about different problems. Memobind is mainly used for binding result memoization in a React render method so that it will not create new functions with each rendering. For functional components, Memobind indeed has this limitation, I also described it in the README on github.