Course contentsShow
React
Lesson 221 of 2,3967. Props FundamentalsPro lesson

Boolean Props: Shorthand Syntax

For boolean true values, you can omit the value: <Component enabled /> is equivalent to <Component enabled={true} />.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.