Hook into complex form state using React

Aditya Loshali
5 min readAug 20, 2019

an alternative to some goodness of this.setState()

is everybody hooked yet ?

So, it’s been quite some time since react hooks were released. and from the looks of it, everybody is going gaga over them. Well, i understand. because i’m one of you too. Hooks got me hooked!

hooks allow us to create smaller, composable, reusable more manageable react components.

Aditya Loshali

I’m a full stack web developer working with Javascript on React and Node.js everyday.