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
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
-
如题,假如以下使用场景:有一个model为
workspace
,需要在应用启动的时候加载用户的workspace列表,我应该在哪里执行这个加载动作?找了半天没找到合适的地方我应该在什么位置执行以下加载动作?
ps. 没用useEffect加载数据是因为用户还可以添加workspace,需要添加成功后重新拉取,所以改成手动拉取数据的方式
本来打算在layout中处理,但是layout都是配置式的,是不是得用个自定义布局处理这个?
Beta Was this translation helpful? Give feedback.
All reactions