I'm serving a one page app. The app always needs to request initial data from the server once it's loaded.
Is there anyway to dynamically serve data with the initial asset load of css/html/javascript, without rendering it in the html?
Sending a js object with the data so we don't need to ping the server?
inserting a script tag? adding a dynamically created js file to the asset load?
A little bit lost, any help would be really appreciated.