Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How personalization works technically in Foundation code? #78

Open
whuu opened this issue Sep 9, 2024 · 0 comments
Open

Comments

@whuu
Copy link

whuu commented 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:

  • 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?
@whuu whuu changed the title [Question] How personalization work technically in Foundation code? [Question] How personalization works technically in Foundation code? Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant