Automatically rebuild stale SSG pages with Next.js 12.2 on-demand ISR and Supabase Function Hooks

Поділитися
Вставка
  • Опубліковано 20 жов 2024
  • Next.js 12.2 introduced on-demand Incremental Static Regeneration (ISR), a way to programmatically rebuild pre-rendered pages. Supabase Function Hooks allow you to subscribe to change events in the database - insert, update and delete - and send a HTTP request to an endpoint.
    In this video, Jon Meyers demonstrates how these two features can be paired together to ensure that static pages never become stale - automatically rebuilding anytime data in the database changes.
    GitHub repo: github.com/dij...
    -----
    👇 Get more from Jon 👇
    Twitter: / jonmeyers_io
    Website: jonmeyers.io
    -----

КОМЕНТАРІ • 6

  • @KazizoKH
    @KazizoKH Рік тому +1

    Love it, I don't really like videos that start from zero when doing a tutorial about an advanced feature that only developers familiar with the service know about. However you made it really easy to follow and everything is straight to the point. +1 sub

  • @aramabdulrahman2087
    @aramabdulrahman2087 Рік тому +2

    how to use on demand isr revalidation with supabase webhook....in next js 13

  • @annusingh4694
    @annusingh4694 2 роки тому

    Thanks for the video Jon! 💯

  • @MrAhvids
    @MrAhvids 2 роки тому

    Fun fact, I don't think you need the tag in a link now

  • @wishsolidor2761
    @wishsolidor2761 2 роки тому

    Always great content!

  • @Al3x77Prod
    @Al3x77Prod 2 роки тому

    Great video !