Three Popular Ways To Create Protected Routes In React Using React Router

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

КОМЕНТАРІ • 19

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

    Your explanations are very clear and easy to understand, thank you so much

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

    Awesome. Simple and great

  • @yashwani8155
    @yashwani8155 6 місяців тому

    amazing...some other videos were offering very complex solutions...this is very straight forward and easy to understand....thanks a lot!

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

    very well explained, i was stuck on this topic . you deserver more views on this video .. subscribed

  • @AbhinavKumardeb
    @AbhinavKumardeb 6 місяців тому

    wow! you explained so beautifully!

  • @jasim17
    @jasim17 7 місяців тому

    when page is refreshed state goes default false and navigation navigate to default page how can we optimise that ?

    • @codingmastery_dev
      @codingmastery_dev  7 місяців тому

      you need to store the isLoggedIn state value in localstorage to avoid going it to false and change to . Check out this free course to understand it better: ua-cam.com/play/PLSJnlFr3D-mHkORPbrYEhn3mEU38FerT9.html

  • @jasim17
    @jasim17 7 місяців тому

    awesome video you deserve more views..

  • @jasim17
    @jasim17 7 місяців тому

    how can we do this using createBrowserRouter ?

    • @codingmastery_dev
      @codingmastery_dev  7 місяців тому

      Here's how you can write it using createBrowserRouter. gist.github.com/myogeshchavan97/16a32a732643cb7acc46949ed409e8a3

    • @jasim17
      @jasim17 7 місяців тому +1

      thank you @@codingmastery_dev

  • @vijayakumart7097
    @vijayakumart7097 11 місяців тому

    Great Video