React Responsive Navbar Tutorial - Beginner React JS Project

  Рет қаралды 196,298

Tech2 etc

Tech2 etc

Күн бұрын

Пікірлер: 88
@Tech2etc
@Tech2etc 2 жыл бұрын
Create Portfolio Using React JS 👉👉 kzbin.info/www/bejne/ZpmVk2ecqceNmbc Guys SUBSCRIBE & Help us to react 200k SUBS 🔥🔥 Chapters: 0:00 Intro 2:18 Code Sandbox 8:50 Creating Components 9:59 Create Navbar 15:47 Navbar Styling 22:24 Responsive Navbar 39:55 Deploy Your Project 44:52 Download Your Project
@sujitbhujbal94
@sujitbhujbal94 Жыл бұрын
can you share link for specific tut that solve my react js navigation problem that navigate another page through nav option
@recruitmentteam3651
@recruitmentteam3651 2 жыл бұрын
I was searching for a basic responsive navbar video. Searched a lot but never find. In the end, I found your video. It is just Awesome. Thank you for making it!
@Tech2etc
@Tech2etc 2 жыл бұрын
Your most welcome. Please share this project on your social media. Will appreciate that.
@Smashkartzz
@Smashkartzz Жыл бұрын
Can I run it on vs code
@laponiec
@laponiec 10 ай бұрын
Wow, the best tutorial on responsive navbar so far, there are few moments that I don't understand (mostly the positions of the CSS), but overall a great tutorial. Thank you
@theLaurrenJoseph
@theLaurrenJoseph Жыл бұрын
this is the first video that has explained this to me very well. well done sir, thank you
@mnav709
@mnav709 2 жыл бұрын
Great explanation but consider you could use the state hook instead of turning the component into a class > const [clicked, setClicked] = useState(false);
@Tech2etc
@Tech2etc 2 жыл бұрын
Thanks for the wonderful suggestion. I will try to use them in my future videos.
@ZukoTheShinigami
@ZukoTheShinigami Жыл бұрын
exactly what I thought. Its sorta scary when people making tutorials mislead viewers with practices that aren't up to date, then we end up picking up bad habits 🤦‍♂
@Smashkartzz
@Smashkartzz Жыл бұрын
Can I run it on vs code
@mnav709
@mnav709 Жыл бұрын
@@Smashkartzz this is a React feature and the editor doesn't matter. You can code in Notepad if you wanted
@jhonathan-cs
@jhonathan-cs Жыл бұрын
const [clicked, setClicked] = useState(false); const handleClick = () => { setClicked(!clicked); };
@daviderivona6576
@daviderivona6576 6 ай бұрын
Thank you very much man, I am not really a frontend guy, but this was very helpful in my most recent project
@Chowdahhh
@Chowdahhh Жыл бұрын
I liked this! Though I agree with the other guy that you're better off using hooks instead of changing it to a class component. Something else that bugged me is that you added the 'active' className to just the 'Home' list item, but didn't actually include handling to switch which menu item would be active as you switch pages, which makes this navbar feel incomplete.
@shivanshmittal4297
@shivanshmittal4297 Жыл бұрын
Exactly, i am wondering that this is soo much hardcoded. and he is saying react based project. it is just a HTML CSS page
@evolutionXXVII
@evolutionXXVII 5 ай бұрын
You sir, are a CSS jedi master.
@crafttechindia
@crafttechindia Жыл бұрын
Your explanation was too good even after i dont know class based components still I'm making it
@snehagour4210
@snehagour4210 Жыл бұрын
Thnku sir me bhut time se presan thi mera ho hi nhi ra tha ye menu vala part
@Willymaster777
@Willymaster777 Жыл бұрын
Thank you, your video was very useful in my project, regards from Chile
@thewoman-y1x
@thewoman-y1x Жыл бұрын
Your videos are really helpful!! Thank-you for your efforts and the projects! I love this channel.
@HrissW
@HrissW Жыл бұрын
Great tutorial man!! 💯 No BS, straight to the point 👌🏻
@askay2382
@askay2382 2 жыл бұрын
so easy so easy it take just 3.30 hour just btw nice i have done my first project thank you man..
@xunkuong8837
@xunkuong8837 Жыл бұрын
ty so much, i spend a day for fix this ,after watch your video ,i fixed
@manishkumar-bw5iv
@manishkumar-bw5iv 2 жыл бұрын
Very nice sir.. Please continue this reactjs series.. you explain so well
@Zahid_Al-maeda
@Zahid_Al-maeda Жыл бұрын
Shkran Shqiq !! Yarhamuk Allah !! Subhana Allah !! I sucessed in my system bro !!!!!!!!!!
@slipstream01
@slipstream01 Жыл бұрын
Thank you for this great explanation and great knoweledge.
@loyaltythameem
@loyaltythameem 2 жыл бұрын
Please continue to reactjs
@Tech2etc
@Tech2etc 2 жыл бұрын
More tutorials are coming soon.
@loyaltythameem
@loyaltythameem 2 жыл бұрын
@@Tech2etc thanks
@sriram7541
@sriram7541 Жыл бұрын
@@Tech2etc we are waiting
@Smashkartzz
@Smashkartzz Жыл бұрын
Can I run it on vs code
@namnguyenhoai9850
@namnguyenhoai9850 Жыл бұрын
Your video is very helpful, thank you very much
@adeusiiyanu5430
@adeusiiyanu5430 11 ай бұрын
Thanks for this, really helpfull
@lalaniwerake881
@lalaniwerake881 Жыл бұрын
Great tutorial, thank you!
@emreaydogdu5413
@emreaydogdu5413 2 жыл бұрын
Amazing as always! Thanks for labour and info sharing!
@Tech2etc
@Tech2etc 2 жыл бұрын
Your most welcome. Please share this project on your social media. Will appreciate that.
@sujitbhujbal94
@sujitbhujbal94 Жыл бұрын
plz help.......I'm done with all thing that mention in tut but , I want to make next page of "contact" and that have to be connect with navbar contact button........
@Tech2etc
@Tech2etc Жыл бұрын
Please checkout our react js playlist for more advance projects.
@sujitbhujbal94
@sujitbhujbal94 Жыл бұрын
@@Tech2etc I watched but, there is no relevant solution for connect another page with our main page navbar.
@sujitbhujbal94
@sujitbhujbal94 Жыл бұрын
share that link....plzzz @@Tech2etc
@leomacdon7858
@leomacdon7858 Жыл бұрын
Amazing tutorial.. Thanks much from me. Really helpful
@fitvibeindia
@fitvibeindia Жыл бұрын
Nice explanation bro good video at all
@thelannymaguillano4612
@thelannymaguillano4612 Жыл бұрын
Thank you so much It helped me alot
@sujitbhujbal94
@sujitbhujbal94 Жыл бұрын
excellent tutorial
@thuynguyenngocthanh9646
@thuynguyenngocthanh9646 7 ай бұрын
Thank you so much Sir
@thumulabasura
@thumulabasura Жыл бұрын
great tutorial, It helps a lot
@Insane.18_7
@Insane.18_7 Жыл бұрын
Thank you for this bruda ❤. I have one doubt bro how can I give routing to respective for those listed items. I mean like inside Anchor tag how can I give routing can you please tell me. Thank you in advance
@brahmanimundhe1465
@brahmanimundhe1465 Жыл бұрын
When I maximize the the output screen I'm not getting the icons separately on navbar...it still shows just the logo and menu. Can you please help.
@spacetime3636
@spacetime3636 10 ай бұрын
Is possible create a navbar respondive with mobile js?
@minimalcompany49
@minimalcompany49 Жыл бұрын
Thank you bro❤
@mayurPrmr1182
@mayurPrmr1182 Жыл бұрын
Awesome 👌👌👌
@jokera7570
@jokera7570 Жыл бұрын
awesome bro
@petermwansa4890
@petermwansa4890 Жыл бұрын
Thank you
@adityamarzuk5970
@adityamarzuk5970 Жыл бұрын
my fa bars didnt show up
@jialu8630
@jialu8630 Жыл бұрын
Thank u so much!!!
@durga972
@durga972 2 жыл бұрын
Waiting for this video 😍
@Tech2etc
@Tech2etc 2 жыл бұрын
Thank you very much. Please share this project on your social media. I will appreciate that.
@aloky247
@aloky247 6 ай бұрын
Setting up React using Vite only takes a couple of seconds.
@juliusngeno1804
@juliusngeno1804 Жыл бұрын
Awesome Content
@md.israfil1935
@md.israfil1935 2 ай бұрын
please give me image icons link in this project,
@horrytech7828
@horrytech7828 2 жыл бұрын
Bro Pleace make a video of country picker using css html and js
@raydonosengo2830
@raydonosengo2830 8 ай бұрын
helpfull🤯🥳
@safiq_ur_rahaman
@safiq_ur_rahaman Жыл бұрын
Bro just use useState hook instead of changing the whole component to class based component
@loyaltythameem
@loyaltythameem 2 жыл бұрын
Awesome 👍😎
@Tech2etc
@Tech2etc 2 жыл бұрын
Thank you so much. Please share this project on your social media. Will appreciate that.
@TechTalkTips7
@TechTalkTips7 2 жыл бұрын
Nice
@Tech2etc
@Tech2etc 2 жыл бұрын
Thank you very much. Please share this project on your social media. I will appreciate that.
@nirvana124
@nirvana124 Жыл бұрын
when you are doing everything in function, why you need to create a class.
@hellomister5842
@hellomister5842 Жыл бұрын
bongali babu!!
@36547
@36547 2 жыл бұрын
Not good because it isn't showing how to use react router and he is using class instead of functions
@Tech2etc
@Tech2etc 2 жыл бұрын
At the very first beginning of the video I already mentioned that its a basic react navbar. I also mentioned another advance react navbar tutorial is coming & it was already been published long time ago. Go to the description and watch that video before passing any irrelative arguments. Thanks.
@999slawter
@999slawter Жыл бұрын
It is clear, what it is. It is you fault if you are complaining because you need a pear but this is an apple (an it`s 100% clear that this is an apple) So the problem is you, not the video.
@spacetime3636
@spacetime3636 10 ай бұрын
Not using react router
@vimalkumarchaudhary1913
@vimalkumarchaudhary1913 Жыл бұрын
Hindi mai kiu nhi upload kiye
@amira-pf5dw
@amira-pf5dw 9 ай бұрын
Thannnnnnnnnnnnnk u
@vatansrivastava7279
@vatansrivastava7279 2 жыл бұрын
make clones in react js like linkeding instagram etc.
@Tech2etc
@Tech2etc 2 жыл бұрын
Sure, new videos are coming soon.
@suprabhatsahoo2782
@suprabhatsahoo2782 5 ай бұрын
Bengali🎉
@kacperkepinski4990
@kacperkepinski4990 Жыл бұрын
50 min for navbar........
@amira-pf5dw
@amira-pf5dw 9 ай бұрын
Yarbi lhmd li 3t9ni
@Jukamo90
@Jukamo90 Жыл бұрын
@aothymahmudmoon3578
@aothymahmudmoon3578 Жыл бұрын
awesome bro
@shivasanwale6734
@shivasanwale6734 Жыл бұрын
fas fa-bars not working
React Navbar Tutorial - Beginner React JS Project
57:41
Brian Design
Рет қаралды 329 М.
React Navbar Tutorial - Responsive Navbar in React JS (Advance)
56:44
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 14 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
这是自救的好办法 #路飞#海贼王
00:43
路飞与唐舞桐
Рет қаралды 123 МЛН
Responsive Navbar in React using React Router | Beginner Tutorial
26:16
COMO HACER NAVBAR RESPONSIVE EN REACT CON HOOKS Y STYLED COMPONENTS
29:11
How to create a Responsive Navigation Bar (for beginners)
15:21
Coding2GO
Рет қаралды 465 М.
How to Make Responsive Navbar in React JS
20:31
OnlineITtuts Tutorials
Рет қаралды 7 М.
React JS Full Course | Build an App and Master React in 1 Hour
1:11:44
JavaScript Mastery
Рет қаралды 1,7 МЛН
Navbar in React JS
11:41
Codehal
Рет қаралды 26 М.
Master React JS in easy way
12:18
Nova Designs
Рет қаралды 120 М.
PIZZA or CHICKEN // Left or Right Challenge
00:18
Hungry FAM
Рет қаралды 14 МЛН