Day 03: Render props
#100DaysOfCode
Day 03: Render props
Learned about React render props, which is a technique to share code or data between components. Render props allows the parent component to have more control over the rendering of the child component.
Instead o...
moazamdev.hashnode.dev1 min read