Oluwatobi Adegoketobidevs.hashnode.dev·May 19, 2023Render-props pattern in ReactThe render-props pattern is a technique for sharing props between components. It involves passing a function as a prop to a component, which then renders this function as part of its output. As an overview, render-props pattern looks like this; impor...25 likes·98 readsReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.