Frontend Development ยท React
What is a common mistake with components and props in React?
A common mistake is mutating props or passing excessively large prop objects through many layers. Props should be treated as immutable inputs and component APIs should stay focused.