Przemek Franczak
TypeScriptReactjavascriptSystem design
Use React children props

September 30, 2022 - 1 minute

Use React children props

You can render children components in a parent in different ways in React. One of them is a special prop called props.children. Check what's the difference between it and passing components with custom props.

Learn more