back
1 comments
Hi!

In my experience with React and hooks, I have faced a lot of issues, spent some time debugging to understand where these issues came from, and seen other developers make the same mistakes again and again.

I have also seen several developers during technical tests in job interviews getting lost when using hooks because they needed to go past the basic use of useState and useEffect.

This is why I wrote this guide for developers who already know and use React, maybe even hooks, but would like to use them at their full potential.

Hopefully, it will contribute to make hooks easier to learn and use, because they are worth it