i had a doubt . I asked him. He replied. He is awesome
@Techsithtube5 жыл бұрын
Thanks for the compliment :)
@AmitSingh-mi2ee6 жыл бұрын
Nice and clean introduction on Hooks. Please try to create a series on the complete guide on hooks.
@cpmcmanaman4 жыл бұрын
This guy is talented. Patreon here I come. There is so much bad stuff out there. when someone comes along that is this good...I feel like I need to support them so we don’t lose them.
@adamgordon8625 жыл бұрын
Awesome intro to hooks! They've sounded like this mythical thing for a while so I'm glad to have a video to break hooks down
@thakurmahendarsingh30955 жыл бұрын
Hi Techsith, Thanks for nice simple way of explaining the hooks concept. In hooks in order to change the state of particular input element you have used arrow function to bind the event handler. Binding the event handler on the html elements will lead to creation of the function object on every render. It is the not the best practice which react recommends.
@AlmazovS6 жыл бұрын
Thank you a lot for simple, atomic and transparent example!
@pranshushah61716 жыл бұрын
your channel has the best tutorials on javascript and react. hope you cross 100k subs soon!! :)
@Techsithtube6 жыл бұрын
Thanks for the nice wish. I hope 100k subs come soon.
@pranshushah61716 жыл бұрын
@@Techsithtube i think you should create real life vanilla javascript projects, it attracts lot of beginners and you can do same for react
@andrewaghoghovwia19485 жыл бұрын
I love your teachings..you have a firm grip on what you teach
@dnyaneshpatil24805 жыл бұрын
Great videos by techsith. Five star.
@jithunniks6 жыл бұрын
Nice introduction to Hooks😀
@Techsithtube6 жыл бұрын
Thanks for the nice comment:)
@rajeevsharma24046 жыл бұрын
as usual best tutorial 👌
@mandapati_bhavani5 жыл бұрын
Nice video this is the place where we can learn and master in front end technologies. Thanks a lot sith sir
@Techsithtube5 жыл бұрын
thanks mandapati :)
@speedy-b4 жыл бұрын
Hey Techsith. Many thanks for your effort to make those lectures possible to understand more easy. Difficult stuff! It reminds me of my first walking steps with Angular. React is more fun, due to the easier learning curve. I appreciate.
@pawenobis53865 жыл бұрын
Wow, looks like a new era of React is comming!
@Techsithtube5 жыл бұрын
Its seems so.
@sonalibhagwatkar59794 жыл бұрын
Nicely Explained ... very nice..
@geethakovoor65494 жыл бұрын
This is just awsome ! This made my react knowledge milestone part!
@mikeshilovski15125 жыл бұрын
Dude, thank you! wish you a great day
@Techsithtube5 жыл бұрын
Have a great day mike , Thanks for watching!
@billyphillips48356 жыл бұрын
My favourite channel on YT!
@lunar-ix9vu6 жыл бұрын
awesome! look forward to .other hook vids!
@Techsithtube6 жыл бұрын
I am working on next videos. thanks for watching!
@hatrick31176 жыл бұрын
Im on board for a series! Seems like this type of component will became main pretty soon. I hate it for now tbh :)
@Techsithtube6 жыл бұрын
Yes this is the future on react. there is no turning back . So a must learn. will keep making further videos for this series.
@rohanchaudhary22966 жыл бұрын
Best React Tutorial on youtube! Please make a video on the deprecated component lifecycles and to be removed in React 17 ie. "componentWillMount", "componentWillUpdate", "componentWillReceiveProps" and new ones "getDerivedStateFromProps" and "getSnapshotBeforeUpdate" .
@Techsithtube6 жыл бұрын
Yes I need to make a new one. Thanks for the reminder. :)
@rohankademani64064 жыл бұрын
Best explanation kept it up
@lisovykoleksandr6 жыл бұрын
Thanks a lot! Would be really cool, if You will do next lessons - with lifecycle hooks and Redux integration. And again - thanks for Your work!
@ytadi92295 жыл бұрын
Awesome Intro. Just a correction. React strongly says that Hooks are not here to replace class based components.
@Techsithtube5 жыл бұрын
lol. it actually is replacing class based components. I have project where i am not using classes at all . What they are saying is that if you have used classes , we will support you if you upgrade to the latest version . Basically, they wont deprecate classes anytime soon. but eventually classes are going to go.
@jiahaoyu8555 жыл бұрын
I like those emoji you put in every videos!
@atxorsatti5 жыл бұрын
Great vid! What indent highlighter do you use?
@xerotolerant6 жыл бұрын
Hooks look dope. I thought it was weird that something like react was so bound up with 'classes' since Javascript doesn't actually have classes. Can't wait for it to crystallise and become the standard way of doing things.
@Techsithtube6 жыл бұрын
I am hoping that React would release a stable version on hooks soon.
@saurabrakshit4052 жыл бұрын
Sir Why didn't you made vdo on useCallback hook , I want to learn it from you .
@ruchirai57755 жыл бұрын
Why hooks are made to replace classes ? What problem does it solve ?I went say some of the blogs but they are explaining it in a very complex way :(
@Techsithtube5 жыл бұрын
classes were invented for object orients programming, JavaScript follows more functional programming paradigm, JavaScript has classes but they are not real classes, its just make it looks like classes. JavaScript you want to do composition and not inheritance. that is why react decided to go hooks way which allows you to o composition . composition means creating object with multiple things rather than following strict inheritance which we know doesnt work well.
@itmarkconsultancy5 жыл бұрын
Thank you :)
@Techsithtube5 жыл бұрын
Thanks for watching Usman
@MrPDTaylor6 жыл бұрын
Love the channel!!!!! Keep it up please!!!!!
@rolandmesaros69416 жыл бұрын
It's easier to use redux with hooks or with components? I mean I'm still confused by redux, so this makes it easier or more confusing?
@yekaterinabindyuk90355 жыл бұрын
Great content as usually
@kamrandvr40455 жыл бұрын
thank you so much
@mrtarunnagpal5 жыл бұрын
Awesome explation, Can you please guide me where to go next?
@velmurugan.personel6 жыл бұрын
Nice one @ techsith...
@dwipayantripathy39666 жыл бұрын
Dear Sir, Your tutorial is very good to understand javascript and other things. but i don't think that react hook is the replacement of class. If so then how can we bind the methods in constructor? suppose its required to bind the method to the constructor. Please i need some information on this Thank you very much for the great explanation on React Hook its really helps.
@Techsithtube6 жыл бұрын
If you use hooks you dont need to use classes and if no class means no constructor. Its more functional way of doing things. as you notice I removed the class from the example
@SedhuRaguraman6 жыл бұрын
can you provide useReducer tutorial
@kensyjolicoeur4 жыл бұрын
wait ( I have a question , can you explain me what's the difference between input.value and input.target.value?), now i start learning react hooks from this playlist. thank you for these video's, you help me a lot.
@Techsithtube4 жыл бұрын
you mean event.target.value , when you have an event on an element like input, you can access the value that you filled in by passing the event property and getting event.target.value from it.
@drlucky54744 жыл бұрын
Why people always mention about Redux when talking about React? What is the relationship?
@praveenrajkumarchintalapud45956 жыл бұрын
If possible can you make video on axios
@Techsithtube6 жыл бұрын
Yes I can. Also learn fetch as well
@sunny_singh_rajput89706 жыл бұрын
@@Techsithtube i can if you want than reply me on sunny.kr.hr@gmail.com
@sudhirdhawan25834 жыл бұрын
Should we learn react hooks without prior knowledge of class-based component?
@andrzejmarek70596 жыл бұрын
small comment ? No, HUGE COMMENT :D
@Techsithtube6 жыл бұрын
Small or huge I appreciate your comments. :)
@usamamirza6 жыл бұрын
Please Create a video on react SSR
@JaspreetSingh27016 жыл бұрын
Please make a video on 'how to find complexity of a program'?
@Techsithtube6 жыл бұрын
You mean the big 'O' complexity?
@androidgeeking6 жыл бұрын
I hate this syntax. I like classes. GRRRRRR
@CO8848_25 жыл бұрын
Such ugly kludges are the future? React is doomed then.