URL state management in NextJS

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 4

  • @jijojosein
    @jijojosein 9 місяців тому

    I've watched numerous tutorials and have yet to learn this. Thank you.
    Thanks to algorithm gods for recommending this video.

  • @EduBasabe
    @EduBasabe 9 місяців тому

    Thanks for share this approach, it has helped me. Btw, it might be useful add a debounce function to the temperature slider, it will help to avoid triggering lots of request when changing it 👍🏻

  • @developerpranav
    @developerpranav 9 місяців тому

    Great concept, are you using router.pushState() or just redirecting to ?temperature=

  • @peterg5104
    @peterg5104 9 місяців тому

    Do you have Github repo?