Redux Authentication: The Ultimate Guide for Beginners

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024

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

  • @baktamecheri6834
    @baktamecheri6834 4 месяца назад

    Je like et je m'abonne car ça fait 2 jours que j'essaie de récupérer les infos utilisateurs. Avec votre vidéo, alors que mon anglais est très nul, j'ai tout compris 👌

  • @michaeladelola2951
    @michaeladelola2951 4 месяца назад

    You really earned my subscription... thanks for the simplicity..

  • @rafaelurrutia
    @rafaelurrutia 7 месяцев назад

    hi, i really like you videos because ypu dont wasting time in css like the other codes youtubers thanks

  • @Edgars82
    @Edgars82 7 месяцев назад

    Route Guards(Private and Public routes) should handle navigation on login/register/logout not manually navigating to them.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  7 месяцев назад

      You can use this functionality but nobody said that you should.

  • @anthonyikwuegbu9275
    @anthonyikwuegbu9275 6 месяцев назад

    Nice stuff really. Welldone

  • @brianchristophermendoza6235
    @brianchristophermendoza6235 7 месяцев назад

    Hello. Nice tutorial and I really like how you make it simpler. Also if possible, do you happen to have a tutorial on how to setup a low-budget laptop for Web and mobile dev? Maybe similar to what you're using right now.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  7 месяцев назад +1

      I don't have such but I will add it to the list of future videos.

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

    very helpful video!

  • @Md_sadiq_Md
    @Md_sadiq_Md 7 месяцев назад +3

    Can you please make a video on fetching data using redux,with auth and backend in separate folder in nodejs in nextjs please 🥺

  • @preetpalsingh1819
    @preetpalsingh1819 4 месяца назад

    thanks man

  • @LoveHurts5252
    @LoveHurts5252 6 месяцев назад

    Sir have can we persist it. I have tried redux persist, but got errors

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  6 месяцев назад +1

      You don't need to persist auth. You can persist a lot of think but auth is something that you want to be sure that user's token and data are still valid.
      If you want to persist something you can do localstorage.setItem in either components or async actions but not reducers.

    • @isaacadam255
      @isaacadam255 6 месяцев назад +1

      @@MonsterlessonsAcademy What about cookie storage?