We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This article is a note of Render props - Advanced React course, Episode 4
The text was updated successfully, but these errors were encountered:
Take the button component in previous lecture as an example, where the <Icon /> component may control its size using the font-size prop. For example:
<Icon />
font-size
<Icon fontSize="16" />
This solution has two problems:
The solution
Sorry, something went wrong.
No branches or pull requests
Render Props application
This article is a note of Render props - Advanced React course, Episode 4
Major Content
The text was updated successfully, but these errors were encountered: