ConrabOpto / mst-query

Query library for mobx-state-tree
MIT License
110 stars 7 forks source link

Stable identity of functions in hooks #66

Closed k-ode closed 2 months ago

k-ode commented 4 months ago

Functions that we return from hooks don't play well with useEffect since they are re-created on every render.