DEV Community

Discussion on: How To Create Forms In React ? - Controlled Inputs & Material UI

Collapse
 
piotrlewandowski profile image
Piotr Lewandowski

"it makes our code less and clean" - it's exactly the opposite - functional components create less footprint - both in a source code and in transpiled code, no more 'this' confusion, they're much easier to read and to test them...