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
It would be awesome to have a functionality to allow multiple routes to be opened simultaneously so that the user can navigate between the components without unmounting and remounting them. This would allow for an Application to have tabs functionality similar to chrome:
I don't known the best way to achieve that, There could be a hidden component that when the page goes offscreen it holds a reference to the page, and when a navigation happens, it first looks for this offscreen "cache" to known if there is already a live component, otherwise load the component.
Maybe there is a better option, but this would be great, because the user wouldn't need to open multiple tabs, and this would decrease memory comsumption.
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
-
It would be awesome to have a functionality to allow multiple routes to be opened simultaneously so that the user can navigate between the components without unmounting and remounting them. This would allow for an Application to have tabs functionality similar to chrome:
-- image from: https://github.com/Southliu/react-admin
I don't known the best way to achieve that, There could be a hidden component that when the page goes offscreen it holds a reference to the page, and when a navigation happens, it first looks for this offscreen "cache" to known if there is already a live component, otherwise load the component.
Maybe there is a better option, but this would be great, because the user wouldn't need to open multiple tabs, and this would decrease memory comsumption.
Beta Was this translation helpful? Give feedback.
All reactions