Getting Started with Vercel Edge Functions in Next.js | Personalization

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024
  • In this video, Sitecore Developer Advocate Thomas Desmond explores what Edge Functions are, and how to get started with them in Next.js.
    Vercel's Edge Functions enable you to add flexibility to your static sites and deliver dynamic content personalization with the lightweight Edge Runtime. Edge Functions are useful if you want to interact with data over the network as fast as possible, such as:
    - Executing OAuth callbacks
    - Responding to webhook requests
    - Interacting with an API that fails if a request is not completed within a short time limit
    After watching the video, click the link below to learn more about how to develop for Sitecore Experience Manager (XM) and Sitecore Personalize.
    developers.sit...

Комментарии • 4

  • @neatfastro
    @neatfastro 2 года назад +2

    Wow this video was very informative, kudos! just subbed.

  • @alaintouloucanon5467
    @alaintouloucanon5467 2 года назад

    How do I use NextResponse without typescript ?

  • @gabrielbianchi2246
    @gabrielbianchi2246 Год назад

    This video is good, however I think it might be a bit outdated now.