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
@mweststrate asked me to open this, to aid in tracking.
Basically, I'm wondering (and eager) to know if there's a standard, built-in way to load a section of the tree on demand, like there is with Redux. Essentially, the ability to code split a section of the MobX state tree.
@mweststrate asked me to open this, to aid in tracking.
Basically, I'm wondering (and eager) to know if there's a standard, built-in way to load a section of the tree on demand, like there is with Redux. Essentially, the ability to code split a section of the MobX state tree.
In Redux it looks like this
https://github.com/arackaf/booklist/blob/master/react-redux/applicationRoot/store.ts#L13-L16
The text was updated successfully, but these errors were encountered: