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
we recommend to not resort to MobX observables for local component state too quickly, as this can theoretically lock you out of some features of React's Suspense mechanism.
This implies some kind of incompatibility between MobX and Suspense while saying precisely nothing about the nature of the incompatibility or how to avoid it (edit: well, it says to avoid it by using local state which isn't managed by MobX). Please clarify this page to explain
What circumstances cause problems
What kinds of problem(s) are possible
How to avoid problems without rejecting MobX entirely
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
-
This page has a scary sentence:
This implies some kind of incompatibility between MobX and Suspense while saying precisely nothing about the nature of the incompatibility
or how to avoid it(edit: well, it says to avoid it by using local state which isn't managed by MobX). Please clarify this page to explainBeta Was this translation helpful? Give feedback.
All reactions