Deploy without breaking existing apps

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Learn how to prevent version skew with Vercel, through a demo of a Next.js application that is being frequently deployed while being accessed from multiple clients.
    • vercel.com/doc...
    • www.industrial...

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

  • @ashatron656
    @ashatron656 3 месяца назад +6

    Lee wearing a Remix t-shirt... Is this his "blink twice if you're being held hostage"? 😄

  • @austincodes
    @austincodes 3 месяца назад +3

    Hey Lee what is the best approach to prompt users to refresh their browser when I push a big version change?

  • @wieger14
    @wieger14 3 месяца назад +3

    What would be a good reason to not enable this?

    • @elielsonms
      @elielsonms 3 месяца назад

      Likely high cost, you'll have computational resources replicated for each new version for that amount of time. If you don't have a very critical application or don't have a very coupled front to the backend, you wouldn't need it

    • @styfle123
      @styfle123 3 месяца назад

      Its not common, but you might not want to enable Skew Protection if you have a strict requirement that clients must use the latest version. In that case, you might even implement a client-side refresh that runs periodically.

  • @saasplanet
    @saasplanet 3 месяца назад

    great video lee

  • @swordali
    @swordali 3 месяца назад

    Super

  • @johnchristiancabrera6472
    @johnchristiancabrera6472 3 месяца назад

    🤯

  • @kasper369
    @kasper369 3 месяца назад +2

    Is this available for a hobby plan?