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
does there have any development standard for a large-scale mobx react application ?
when put data in store ?
what function should be defined in store?
how to deal with request function and store class relationship?
for page components, when should it get data from store?
when should it get data from request function?
also, how to combine it with react hooks to get data (from external source store/request api) and shape data to view component?
is there any reference or example?
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
-
does there have any development standard for a large-scale mobx react application ?
when put data in store ?
what function should be defined in store?
how to deal with request function and store class relationship?
for page components, when should it get data from store?
when should it get data from request function?
also, how to combine it with react hooks to get data (from external source store/request api) and shape data to view component?
is there any reference or example?
Beta Was this translation helpful? Give feedback.
All reactions