Re-rendering with serialized data sent to browser #957

Closed
opened 2025-08-09 17:18:19 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @larstbone on 3/7/2017

Angular Universal indicates it can be configured to send serialized cached data to the browser. I would love to take advantage of this feature, but cannot see where to start.

I'm assuming I understand this feature correctly. My hope is that if my first route requires DataA and DataB to be loaded, that these are queried for during the re-rendering on the server, and then somehow sent to the browser so that these do not have to be queried again.

Here's where I find the feature mentioned on Angular Universal.
https://universal.angular.io/overview/

*Originally created by @larstbone on 3/7/2017* Angular Universal indicates it can be configured to send serialized cached data to the browser. I would love to take advantage of this feature, but cannot see where to start. I'm assuming I understand this feature correctly. My hope is that if my first route requires DataA and DataB to be loaded, that these are queried for during the re-rendering on the server, and then somehow sent to the browser so that these do not have to be queried again. Here's where I find the feature mentioned on Angular Universal. https://universal.angular.io/overview/
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#957
No description provided.