https://github.com/the-road-to-learn-react/react-component-composition-example
React Component Composition by Example
https://github.com/the-road-to-learn-react/react-component-composition-example
react react-component react-component-composition react-component-props react-components react-props reactjs
Last synced: 4 months ago
JSON representation
React Component Composition by Example
- Host: GitHub
- URL: https://github.com/the-road-to-learn-react/react-component-composition-example
- Owner: the-road-to-learn-react
- Created: 2019-01-18T08:17:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T08:28:12.000Z (over 5 years ago)
- Last Synced: 2025-08-16T16:33:05.008Z (4 months ago)
- Topics: react, react-component, react-component-composition, react-component-props, react-components, react-props, reactjs
- Language: JavaScript
- Homepage: https://robinwieruch.de
- Size: 1.32 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# react-component-composition-example
[](https://travis-ci.org/the-road-to-learn-react/react-component-composition-example) [](https://slack-the-road-to-learn-react.wieruch.com/) [](https://greenkeeper.io/)
Showcasing how React Component Composition works for arranging your React components with well-designed APIs. [Read more about it.](https://www.robinwieruch.de/react-component-composition/)
## Installation
* `git clone git@github.com:the-road-to-learn-react/react-component-composition-example.git`
* cd react-component-composition-example
* npm install
* npm start
* visit `http://localhost:3000`