I immediately subscribed to your channel when you said most videos show how to do this with dependencies when we can just do it with React. Thanks for this video I didn't know it was this simple. I need to work more on my logical reasoning 😅
Indeed use instead of for the tabs ! I made this quickly for this tutorial purpose and I've overlooked that :) (I already made the changement in the source code though)
Amazing tutorial, thank you! I've been trying to figure out how to put tabs on my website without using dependency and you explained it perfectly and gave me a better understanding of using State. #SUBSCRIBED!
love u men, final project from a bootcamp and being stucked using swipers to get ugly styles, and you come with that, so easy to understand, and handsome teaching skills, thank you very much!
gracias pa, la vdd no le se mucho a react pero en la empresa nos dieron 1 semana pa aprenderlo y como eso es imposible hay que apoyarse en esas joyas, tenkiu veri mush jeje
dude, thanks a lot! you're right about everyone trying to make you install other libraries to create this, but what i've been looking for i've found in your video.
Hey can I put cards of my projects inside those tabs to show case my portfolio? Will it be an optimized way as we are hiding content! here but it's their? Or is their any another way! Please let me know!
in tabs mostly hooks dont update their state, do you have any solution, im using "import { Tabs } from 'react-simple-tabs-component'" and try others as well but both are not updating hook state
Bobby Z I use the signature version but I tNice tutorialnk most of the stuff was also available in the producer edition (I bought that first). I am using
Olé ! Mais tu fais quoi là à parler anglais ? Moi qui voulais juste créer une boîte d'onglet avec React, voilà que je te retrouve ici ! Bon ben lessgo suivre le tuto alors
Great tutorial of Tabs, so easy to understand for pure newbie like me ! hei is this state also working for subnav? like after you click your tabs, and you also need to click another tabs again. Would be cool if you create tutorial about that !
Hey, I see what you mean, you can achieve that in pure CSS, but also with React, especially if you want to animate it. Thank's for the idea, I will add it to the list of ideas ✔️
Hey thank's! Well, it is a reusable component, you can import it and use it wherever you want. Here is the source code : github.com/Ziratsu/YT-REACT-TABS The component's name is : Tabs.js
I love this, very short, straight to the point and informative. This actually helped me, so please keep it up.
Thanks brother. I had been looking for this solution all over the internet. Thanks.
Actually the most straight forward Video I have ever seen about such subject Good job man keep up the good work Love it
finally, after trying to find some decent approach of this, i finally found it ! thank you mate
Simple, short and straight to the point.
Love you bro , you saved me I was stucked badly in this
Thanks a lot for this!! I've been searching around trying to find a simple way to do this for ages. Really appreciate it :)
Very easy to follow and straight to the points. Other videos had extra coding and very long for same outcome. Thank you.
Short and sweet, and with no packages, well done, you earned my sub!
I immediately subscribed to your channel when you said most videos show how to do this with dependencies when we can just do it with React. Thanks for this video I didn't know it was this simple. I need to work more on my logical reasoning 😅
Awesome content. To the point and no time wastage. Have been searching for similar tutorial and here it is. Thank you so much for sharing.
Thanks for the kind comment
Short and Informative. Job well done. Thank you.
Indeed use instead of for the tabs !
I made this quickly for this tutorial purpose and I've overlooked that :)
(I already made the changement in the source code though)
nice tnx.
Thank you bro, finally i can found custom tabs in react..
This content is very helpfull..
Yeah I don't know why no one had talked about it yet :)
This channel always has good stuff
Amazing tutorial, thank you! I've been trying to figure out how to put tabs on my website without using dependency and you explained it perfectly and gave me a better understanding of using State. #SUBSCRIBED!
love u men, final project from a bootcamp and being stucked using swipers to get ugly styles, and you come with that, so easy to understand, and handsome teaching skills, thank you very much!
THIS IS SO PERFECTLY SIMPLE!!! Thank you
Well done bro, u saved me from dependencies. Thanks for the video.
Great tutorial on Tabs using React. Thanks . You are TNA Champion!
gracias pa, la vdd no le se mucho a react pero en la empresa nos dieron 1 semana pa aprenderlo y como eso es imposible hay que apoyarse en esas joyas, tenkiu veri mush jeje
dude, thanks a lot! you're right about everyone trying to make you install other libraries to create this, but what i've been looking for i've found in your video.
Absolutely, we need to keep it simple as long as we can!
Super simple to do! thank you Sir!
Outstanding method! That was great you provide the source code too.
Thanks ! 🔥
the github link doesnt work.
source code was not found
and the logic is done now we do need to change the class conditionally....perfect!!!!!!!! Huge Thanks!
nice, first component ever with function instead of class
The repo for the source code seems to no longer exist. Anyone know the new or current repo for the source code?
Amazing video man! Straight to the point and helped so much! Cheers
"vanilla React" I love it, thank you
Awesome Man You Deserve more subscribe
Awesome guys ,what i was looking for
thx ! thats helped me so much !
Great!
thanks, buddy for this video, I got help in my project because of u. thank u so much, buddy
My pleasure Bud✌️
That's a very strong french accent you got there my friend :p . Merci beaucoup !
Indeed mate, you're welcome :)
what happened to the source code?
ty sm dude! rlly helped to finish my portfolio
Glad to hear that!
Ля, спасибо. До меня сначала не дошло, чтобы по индексу сделать
Thanks!!! this tutorial helped me a lot!
Very helpful ..
everyone else were using dependencies .
True!
loved your video keep going
Works perfectly fine, recommended to beginners.
very fast implementation, thank you !
This was really helpful, thanks
Helped me a Lot
Super easy to understand.!! thank you. I learned a lot
This is exactly what I needed. Thank you!
You're very welcome!
Very nice tutorial! Thank you so much for this content, it helped me a lot
Great, you're welcome ! ✌
Nice bro, im trying to figure out a method toggle classes. This seems perfect
Thank you very much your simple code. From Korea.
Great ! I hope that I'll be able to visit Seoul one day ✌️
Good explanation. Thank you.
you did it so simple . Thank you
source code please ?
love it brooooooooooooooooooo, thank you so much you give a good idea for do that!!!!
Thank you so much this really helped :)
Great 🚀
thanks bro.. Excellent coder.
Very good video!
simple and efficient. Nice job thanks
Thank you this helped alot.
The link to the source files seems to be broken...Is there an updated link? Great video!
I understand your course. GOod job!
it worked ! So Happy 😇😇
Good video, though you don't show the css file quite well
Thank you very much for such a wonderful lesson!!!
Thank u man)
Real simple and good case solution
You're welcome, have a nice day!
Very nice tutorial! Thank you so much for this content..
Thank you so much, it help me a lot :D.
You're welcome ✔️✔️
Thanks . Nice Tutorial. If we want to disable one tab what is the best way . I think button disable right ?
Aswome video,sir
Hey can I put cards of my projects inside those tabs to show case my portfolio?
Will it be an optimized way as we are hiding content! here but it's their?
Or is their any another way! Please let me know!
It can be a good way to showcase a portfolio
Thank you so much it was very helpful
thanks dude! is so cool and so easy
Thank you very much this is so so helpful T^T
thanks for the tutorial!
Cant access the source code...It says page not found and that you have no public Repos. Please Reply ASAP
Well Played :)
Loved it bro
Thank you so much.
in tabs mostly hooks dont update their state, do you have any solution,
im using "import { Tabs } from 'react-simple-tabs-component'" and try others as well but both are not updating hook state
Thank you! Super easy and works perfectly
Awesome! please make more videos!!! :)
Thanks, I will :)
Thanku
Bobby Z I use the signature version but I tNice tutorialnk most of the stuff was also available in the producer edition (I bought that first). I am using
thank's Awesome video 🥰🥰
Olé ! Mais tu fais quoi là à parler anglais ? Moi qui voulais juste créer une boîte d'onglet avec React, voilà que je te retrouve ici ! Bon ben lessgo suivre le tuto alors
can anyone provide the github link
the provided one is not working
Great tutorial of Tabs, so easy to understand for pure newbie like me ! hei is this state also working for subnav? like after you click your tabs, and you also need to click another tabs again.
Would be cool if you create tutorial about that !
Hey, I see what you mean, you can achieve that in pure CSS, but also with React, especially if you want to animate it.
Thank's for the idea, I will add it to the list of ideas ✔️
@@TheWebSchool thanks :)
wow very simple. thank you
A really nice video.
But i have one question.
How can i made out of this a reusable component?
Hey thank's!
Well, it is a reusable component, you can import it and use it wherever you want.
Here is the source code : github.com/Ziratsu/YT-REACT-TABS
The component's name is : Tabs.js
thank you!!
thanks a ton!
🚀🚀
Very useful thank you so much.
Bon boulot!
i love you man ❤️
great tutorial thank you bro )
Good Job. Thanks...
Thank u so much
link in description is not working
Hi, can I add an input in these tabs and maybe a button too?
Hey, you can add whatever you want inside those ;)
Thanks a lot!