An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-component-composition-example

[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-component-composition-example.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-component-composition-example) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/react-component-composition-example.svg)](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`