DEV Community

Discussion on: How to be a better react Developer.

Collapse
 
andrewrothman profile image
Andrew Rothman

Great writeup. I haven't seen prop-types used for a while, but that might just be because I use TypeScript. Other than that, I agree with all of the points. Especially the point about hooks and when to refactor to them. They're awesome.

Collapse
 
siradji profile image
Suraj Auwal

Thanks Andrew. I've heard great things about using typescript with react, but I am yet to try it.