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
Foundation code uses next.js ISG (incremental static generation) to prebuild the pages and SWR to fetch the content client side.
I have personalized block in my content area, for example use different block based on the audience per country.
How it works from the technical angle:
How the frontend app knows that it needs to fetch the content on client side (with SWR) to render personalized version?
Which part of the code does that?
The text was updated successfully, but these errors were encountered:
whuu
changed the title
[Question] How personalization work technically in Foundation code?
[Question] How personalization works technically in Foundation code?
Sep 9, 2024
Foundation code uses next.js ISG (incremental static generation) to prebuild the pages and SWR to fetch the content client side.
I have personalized block in my content area, for example use different block based on the audience per country.
How it works from the technical angle:
The text was updated successfully, but these errors were encountered: