Next.js Deploy Notifications

Поділитися
Вставка
  • Опубліковано 19 сер 2024
  • In this video we're going to build a simple version of the next-deploy-notifications library from scratch.
    Next deploy notifications: github.com/rya...

КОМЕНТАРІ • 17

  • @RyanToronto
    @RyanToronto  2 роки тому +11

    Hey Everyone! One thing I forgot to mention in this video is that Next.js will automatically load the newest build of your application if the user navigates to a route that has not already been loaded.
    Deploy notifications can still be useful for letting your users know about new deploys while they’re using a page in your app.
    Hope you enjoy the video ❤️

  • @raymondmichael4987
    @raymondmichael4987 4 місяці тому

    Just wow!! That's quite awesome man. Thanks, I'll definitely use it 😊

  • @raymondmichael4987
    @raymondmichael4987 3 місяці тому

    I keep smiling, thanks buddy😊

  • @RyanRampersad
    @RyanRampersad 2 роки тому +1

    This is a nice guide on the version update. I made one for my work apps inspired by the react hook forms docs site. Some of my optimizations were... entirely disabled in development mode, using local storage to cache the version value, keeping track of last check time using window focus event to check again.
    In my CRA app, I had it setup with npm-run-all to make a version.json as part of the npm build step in the build folder, so my app could periodically hit the /version.json, it all worked pretty well.
    Thanks again!

    • @RyanToronto
      @RyanToronto  2 роки тому +2

      Nice, love those optimizations. I like the idea of storing last time check and using that to know if/when to check again.

  • @mryechkin
    @mryechkin 2 роки тому +1

    Dude this is sweet! Totally trying it out. Thanks for the great video. I'd love to see a walkthrough of the complete notes app one day. In particular would like to see more about how you're wiring up the data and the domain model. Have heard you and Sam mention the app several times on the podcast, so it would be really neat to take a peek under the hood :)

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

    Pretty cool, thank you very much Ryan.

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

    nicely done from Malaysia!!

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

      What a shitty place 🤦‍♂️🤦‍♂️ wtf

  • @ipranay
    @ipranay 8 місяців тому

    Doesn’t seem to be well maintained anymore, though.
    Bummer 😢

  • @jacobkim9856
    @jacobkim9856 Рік тому

    Very Nice!

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

    will it work fine when i deploy my nextapp on a ubunuVPS ??

  • @slimefunoriginal
    @slimefunoriginal Рік тому

    what package notification u use ?

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

    Regarding React 18, which is just about to come out. Can you please make an in depth tutorial about SSR Streaming with Next.js?

    • @RyanToronto
      @RyanToronto  2 роки тому +1

      Great idea! I spent a few days messing with server components outside of Next, but it would be good to do it in Next and record a video.

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

      @@RyanToronto That would be nice! But are also planning making content on SSR Streaming and Progressive Hydration? I think that's also a huge part of React 18 brings also many new possibilities

  • @slimefunoriginal
    @slimefunoriginal Рік тому

    'Notification' is not defined, please help sir