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
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.
-
Put 1 in
+page.server.ts
and 2 in+page.ts
in aif (browser) {...}
block, right?Example use case: get stuff from the DB on the server for 1 and stuff from a CDN for 2, all before the page mounts
Is there a smarter way for the example use case without using tons of async awaits (in order to wait for stuff from the CDN (no pictures!))
Beta Was this translation helpful? Give feedback.
All reactions