I have component of a web app which is quite heavy in terms of the many files (mostly javascript) that it brings in.
I would like if, while in that browser session, whenever a user navigates to that route, the many various files required are not reloaded by used from memory.
This component is seperate to the main part of the app, so it is a new page load to get there, though the domain is the same.
is there a meta tag in HTML or something else that can flag to the browser to keep all of the files for this URL in memory?