DEV Community

Discussion on: Five tips about React hooks

Collapse
 
larsejaas profile image
Lars Ejaas

Nice article! A lot of articles on React around here are kind of basic, this one goes a bit deeper:I like that!
Keeping React Components readable when projects get large is actually something I really work a lot on right now: It's not always as straightforward as I would like unfortunately!
I love the use of TypeScript, I need more examples on TypeScript in React functional components. There is always a few tricks for me to learn!

Collapse
 
fabienschlegel profile image
Fabien Schlegel

Thank you. It's a real pleasure for me to see others like my work.
I agree with you, keep readability is a real challenge and there is always something to learn in development.

Collapse
 
larsejaas profile image
Lars Ejaas

I am already looking forward to more articles 👍