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
Right now, Visage is a Blazor Hybrid app that is Interactive Auto globally.
Our Home Page does not have any client interactivity, just displaying a list of upcoming and past events. From a performance standpoint, I believe SSR with stream rendering since the data about the events are being retrieved from database makes sense. Looking also for caching the home page too. The only exception is when we are redirecting the organizer to the Home page after scheduling a new event.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, Visage is a Blazor Hybrid app that is Interactive Auto globally.
Our Home Page does not have any client interactivity, just displaying a list of upcoming and past events. From a performance standpoint, I believe SSR with stream rendering since the data about the events are being retrieved from database makes sense. Looking also for caching the home page too. The only exception is when we are redirecting the organizer to the Home page after scheduling a new event.
Beta Was this translation helpful? Give feedback.
All reactions