DEV Community

Discussion on: The Anatomy Of My Ideal React Component

Collapse
 
jerrylowm profile image
Jerry Low

This is amazing, because without any guidance or collaboration we’re almost doing the exact same thing. What many developers don’t see is the power of formatting, some small changes in grouping makes code so much more readable.

The only difference I have is that I like to deconstruct the props in the component, just in case it gets overwhelming (which hopefully it doesn’t.