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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I recently found out about this implementation. And landed on this one. May I ask on how should the code look like when doing API calls (say, with axios-observable) and setting them on the global state (useSharedState) ? Also, I don't seem to understand what the setPartial is for.
I recently found out about this implementation. And landed on this one. May I ask on how should the code look like when doing API calls (say, with axios-observable) and setting them on the global state (
useSharedState
) ? Also, I don't seem to understand what thesetPartial
is for.