React hooksWhy hate an additional power?Once you get in, you'll never get back

Hooks are functions that let you “hook into” React state and lifecycle features from functional components.

No more mess with `this`

நான் அப்டியே ஷாக் ஆஹிட்ட 😲

டேய் சோனமுத்தா...🤭

What's in there for you?

Hooks allow you to reuse stateful logic without changing your component hierarchy. Make it simple, complex components are not going to be easy for both machines & humans. Just KISS 'ssit'

Meet Mr. Hooks

Let's understand hooks better & find out why this addition is being valued much among the community

Motivation

This is one of my favourite line from official docs - Classes confuse both people and machines. Well, let's explore other parts over there

Build & deploy website of your choice

Let's pick one concept, build from ground up & add it to your portfolio

Code review

Let's review your code & learn how to optimize it, best practices to follow, etc.

Access to complete code files & notes

Let's document everything & gift you exclusively to look back later

Student Testimonials

The way you teach makes everything simple and easy to understand. Suppose if you are teaching one concept, you go step by step which will make it clear and understandable. You will also tell us the way you learnt and guide us to learn.

Karthik Balachandar (Carthik Bala)

Student (Full-stack development cohort)

I enjoyed your classes. It was amazing! Learnt a lot. Thanks to your teaching style and skills. I look forward to take another class with you.

Jayasudha

Student (Full-stack development cohort)

Your way of explaining concepts via real time examples / stories makes us to get it clearly.. Your assignments are the only way to understand and have practice with the concepts which makes us even more clear and confident with what we have learnt.. Your shared your experience and how you learnt and still learning new concepts daily that was nice which help us to understand about the industry.

Ganga K

Student (Full-stack development cohort)

Frequently asked questions

Should I re-write all my class components?
React community made it clear that there are no plans to remove support for class components. You can just build new components in hooks & at the same time maintain your existing components using class.
One simple reason to take up hooks?
Hooks avoid a lot of the overhead that classes require, like the cost of creating class instances and binding event handlers in the constructor.