Rense BakkerforRense Bakker brense.hashnode.netยทAug 30, 2022React: What is composition, and why is it importantWhat is composition Let me demonstrate with a small example: // no composition <AlertDialog open={true} title="Don't use composition!" /> // with composition <Dialog open={true}> <Title>Use composition!</Title> <Button>Close</Button> </Dialo...27 readsReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.