React Sidebar with React-Router | Side Menu with Routes in React

Поделиться
HTML-код
  • Опубликовано: 14 мар 2023
  • This video is about React Sidebar with React-Router | Side Menu with Routes in React. Building a React Sidebar Menu Navigation Component with React-Router. Step by step tutorial First we will design it with bootstrap 5 then we will add router to our side menues.

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

  • @OshanMadawa
    @OshanMadawa 8 месяцев назад

    Thank you so much🥰

  • @user-yn9on2vr9d
    @user-yn9on2vr9d 5 месяцев назад

    Bro you didn't mention that how to set the path for react-router and display after the sidebar can you tell me that

  • @user-vg7eo9gv1i
    @user-vg7eo9gv1i 4 месяца назад

    why you not use tailwind css

  • @theangel3382
    @theangel3382 10 месяцев назад

    You saved my a** 🤑🙏

  • @is047_sayyid3
    @is047_sayyid3 Месяц назад

    is it responsive?

  • @yeybaby6778
    @yeybaby6778 Год назад +2

    make the nav change color when it is the one who is active

  • @sapunamongar
    @sapunamongar 25 дней назад

    bro scurce code please

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

    Bro, it is not coming for me

  • @sapunamongar
    @sapunamongar 25 дней назад

    bro source code plz

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

    Bro how to avoid this sidebar not visible in login and signup page

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

      Login and Sigup or different components use React-Router-Dom for moving to different component.

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

      @@codewithyousaf you're right. If I define the header and sidebar within the App.js inside the browser router, they appear on all pages. To avoid this, I'd have to define the header and sidebar in every page or component except for the signin and signout pages. How can I set up the header and sidebar in the App.js within the browser router without displaying them on the signin and signup pages?