DEV Community

Cover image for React component code smells: Incompatible props
Anton Gunnarsson
Anton Gunnarsson

Posted on • Updated on • Originally published at dev.to

React component code smells: Incompatible props

I've started researching and writing about code smells in React components, and one of the most common ones I've come across is having incompatible props on the same component.

Read full article here

Top comments (1)

Collapse
 
promikecoder2020 profile image
ProMikeCoder2020

Absolutely agree on this one. It id not also a good indicator for react components but also for classes or functions