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
use-http provide nice interface for network layer with many interesting features like retries/cancellation, mutations etc,
in mobx world I'm doing all this stuff manually, some of them I even not sure how to implement, like cancellation of unnecessary requests( from unmounted components for example )
Did anyone works with both use-http (or react-query )and mobx?
Or maybe its another good alternative for network layer in mobx?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
use-http provide nice interface for network layer with many interesting features like retries/cancellation, mutations etc,
in mobx world I'm doing all this stuff manually, some of them I even not sure how to implement, like cancellation of unnecessary requests( from unmounted components for example )
Did anyone works with both use-http (or react-query )and mobx?
Or maybe its another good alternative for network layer in mobx?
Beta Was this translation helpful? Give feedback.
All reactions