Coding a Responsive Navbar with React

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • Source code : github.com/Zir...

ความคิดเห็น • 43

  • @ravenmota
    @ravenmota 2 ปีที่แล้ว +3

    That's exactly what I was looking for, direct to the point and focused only on the responsive, thank you!

  • @keso_r
    @keso_r 3 ปีที่แล้ว +2

    Great tutorial! Thanks! Almost exactly what I was looking for, explained well, and in under 15 minutes 👍

  • @asa07x
    @asa07x 2 ปีที่แล้ว +3

    Amazing video! Thanks a lot for making this video and showing how to do this👍👍👍. As you said, sometimes, it gets complicated to do simple things in React. I found your video to be very helpful.

  • @unblockgames
    @unblockgames 3 ปีที่แล้ว +2

    This is incredible. Excellent demonstration. Thank you.

  • @maddy5996
    @maddy5996 2 ปีที่แล้ว

    Thank you for the video, keep grinding boy, you’ll shine soon

  • @afe5953
    @afe5953 2 ปีที่แล้ว

    I found your tutorial in your website but after watching the video I feel guilty if I'm not showing my support to you. so what I did is, I came to youtube to subscribe your chanel and show my appreciation. Thank you very much.

  • @stevenedds
    @stevenedds 3 ปีที่แล้ว +1

    great video. simple and straight forward 💯

  • @kryoleks
    @kryoleks 2 ปีที่แล้ว

    Useful straightforward content, thanks mate!

  • @nomankhalid5520
    @nomankhalid5520 3 ปีที่แล้ว

    One of the best video on responsive nav bar in react js
    100% Easy way
    Thank u

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว

      Thanks for the compliment !

  • @andifaizal8884
    @andifaizal8884 2 ปีที่แล้ว

    You're great dude,really helpful.
    Thank you.

  • @rafiqjarjous7542
    @rafiqjarjous7542 3 ปีที่แล้ว

    honey you are soooo underrated !!

  • @xxdnzz
    @xxdnzz 3 ปีที่แล้ว

    Exactly what I was looking for. Thank you, Iam gratefull!

  • @azed6362
    @azed6362 2 ปีที่แล้ว

    very instructive, merci

  • @cristianferreira3350
    @cristianferreira3350 ปีที่แล้ว

    Amazing and simple!

  • @saitejagatadi9711
    @saitejagatadi9711 ปีที่แล้ว

    subscribed! worthy content!!

  • @k3lly330
    @k3lly330 ปีที่แล้ว

    thanks alot you just saved me

  • @dechto1
    @dechto1 3 ปีที่แล้ว

    Super! Thank you!

  • @dyacine1926
    @dyacine1926 2 ปีที่แล้ว

    great tutorial

  • @olgaspirkina1873
    @olgaspirkina1873 3 ปีที่แล้ว

    Thanks a lot, very useful tuto!

  • @JAningene
    @JAningene 2 ปีที่แล้ว

    Nice Tutorial

  • @jedsalmon890
    @jedsalmon890 3 ปีที่แล้ว

    Fantastic tutorial and really well explained. Just subbed and will check out your other content. Cheers!

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว

      Thank's, a lot more are coming soon, with a better english pronunciation !
      Cheers!

  • @teejay1799
    @teejay1799 3 ปีที่แล้ว

    Absolutely awesome tutorial. Great learning value. Thx Sir. Would it be possible to expend this to include a responsive mega menu please? Thanks again

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว

      That's a brillant idea, I add it to my ideas list.

  • @ziyaulrana1840
    @ziyaulrana1840 3 ปีที่แล้ว

    Nicely explained
    Try to upload videos on daily basis or 2,3 days gapping.
    It will help us and you as well.

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว +1

      I surely will, I'm just finishing a big project right now.
      Then I'm planning to feed this channel :)

  • @rockfox5
    @rockfox5 3 ปีที่แล้ว

    There is one problem with this - when you click on the nav in the burger menu, it will not close the burger menu and redirect you to the page.

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว

      Hey, what do you mean by "nav" ? The links ?

    • @rockfox5
      @rockfox5 3 ปีที่แล้ว

      @@TheWebSchool Yes, when you click on the link in the burger menu, it will not close the menu and redirect you to the page. You have to manually close it.

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว +2

      @@rockfox5
      Ho yes sure, I hadn't created a fully working nav in this video (we can see that there is no tag or from react-router).
      To resolve that problem we just need to toggle the menu with an "onclick" event on the nav items 👍
      (My goal was to show a responsive Navbar, but your remark is correct, I should have added it)

  • @SurajPokhrel
    @SurajPokhrel 2 ปีที่แล้ว

    stops working after useeffect is added

  • @bloodzz4813
    @bloodzz4813 3 ปีที่แล้ว

    Great video, Is there any way to make a transition effect on the links when clicking the hamburger menu?!

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว +1

      Yes you can, but for that you need to toggle some height and put a transition on it.
      This is fairly similar in the logic part, but the CSS changes a bit.
      You need to put the menu at "height: 0" & "overflow: hidden" & "transition: height 0.4s ease-out".
      And when you want to show it "height: 100%".

    • @bloodzz4813
      @bloodzz4813 3 ปีที่แล้ว

      @@TheWebSchool I Tried that and still doesn't work, if you can make a short video on it that would be great

  • @navjotsingh2457
    @navjotsingh2457 2 ปีที่แล้ว

    tysm

  • @Developer1423
    @Developer1423 3 ปีที่แล้ว

    thanks...plz make a complete image carousel in react.js

    • @TheWebSchool
      @TheWebSchool  3 ปีที่แล้ว

      I will definitely do it!

  • @criaturaimaginaria5230
    @criaturaimaginaria5230 3 ปีที่แล้ว

    nice :)

  • @vijayvj5490
    @vijayvj5490 2 ปีที่แล้ว

    source code not working bro i get erroe like this ERROR in ./src/App.js 6:0-48