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
Hi,I am developing a web application for Architectural Engineering with data preview and 2D and 3D functionalities.
I am using Pixi.js for 2D and Three.js for 3D. They rely heavily on manipulating the DOM.
I have three buttons on the left side, Data View and 2D View and 3D View, They use three routes.
The issue I encountered is that:
1.when I visit Data View route, this route works fine in the existing conditions.
2.when I first visit the 2D and 3D routes, they request data and render, and I hope when I visit them the second time, I hope they can be cached.
3.I hope I still can use history.go() function to change route.
I hope react-router can cache some routes for this situation.
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
-
Hi,I am developing a web application for Architectural Engineering with data preview and 2D and 3D functionalities.
I am using Pixi.js for 2D and Three.js for 3D. They rely heavily on manipulating the DOM.
I have three buttons on the left side, Data View and 2D View and 3D View, They use three routes.
The issue I encountered is that:
1.when I visit Data View route, this route works fine in the existing conditions.
2.when I first visit the 2D and 3D routes, they request data and render, and I hope when I visit them the second time, I hope they can be cached.
3.I hope I still can use
history.go()
function to change route.I hope react-router can cache some routes for this situation.
Beta Was this translation helpful? Give feedback.
All reactions