You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/09.5-clone-with-props.md
-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ title: Cloning Components
4
4
layout: docs
5
5
permalink: clone-with-props.html
6
6
prev: test-utils.html
7
-
next: examples.html
8
7
---
9
8
10
9
In rare situations a component may want to change the props of a component that it doesn't own (like changing the `className` of a component passed as `this.props.children`). Other times it may want to make multiple copies of a component passed to it. `cloneWithProps()` makes this possible.
***[react-quickstart](https://github.com/andreypopp/react-quickstart)** Quick-start template for `express`, `browserify`, `react-router-component` and `react-async` (**includes "isomorphic" server rendering**)
28
-
***[generator-react-webpack](https://github.com/newtriks/generator-react-webpack)**[Yeoman](http://yeoman.io/) generator for React and Webpack
29
-
***[Genesis Skeleton](http://genesis-skeleton.com/)** Modern, opinionated, full-stack starter kit for rapid, streamlined application development (supports React)
30
-
***[react-starter-template](https://github.com/johnthethird/react-starter-template)** Starter template with Gulp, Webpack and Bootstrap
***[react-browserify-template](https://github.com/petehunt/react-browserify-template)** Quick-start with Browserify
27
+
***[react-quickstart](https://github.com/andreypopp/react-quickstart)** Quick-start template for `express`, `browserify`, `react-router-component and `react-async` (**includes "isomorphic" server rendering**).
28
+
***[generator-react-webpack](https://github.com/newtriks/generator-react-webpack)**[Yeoman](http://yeoman.io/) generator for React and Webpack.
29
+
***[Genesis Skeleton](http://genesis-skeleton.com/)** Modern, opinionated, full-stack starter kit for rapid, streamlined application development (supports React).
30
+
***[react-starter-template](https://github.com/johnthethird/react-starter-template)** Starter template with Gulp, Webpack and Bootstrap.
***[react-browserify-template](https://github.com/petehunt/react-browserify-template)** Quick-start with Browserify.
33
33
34
34
### Routing
35
35
36
-
***[director](https://github.com/flatiron/director)** (for an example see [TodoMVC](https://github.com/tastejs/todomvc/blob/gh-pages/architecture-examples/react/js/app.jsx#L29))
37
-
***[Backbone](http://backbonejs.org/)** (for an example see [github-issues-viewer](https://github.com/jaredly/github-issues-viewer))
***[director](https://github.com/flatiron/director)** (For an example see [TodoMVC](https://github.com/tastejs/todomvc/blob/gh-pages/architecture-examples/react/js/app.jsx#L29)).
37
+
***[Backbone](http://backbonejs.org/)** (For an example see [github-issues-viewer](https://github.com/jaredly/github-issues-viewer)).
***[Instagram.com](http://instagram.com/)** Is 100% built on React.
12
+
***[Facebook.com](http://www.facebook.com/)** 's commenting interface, ads creation flows, and page insights.
13
+
***[Khan Academy](http://khanacademy.org/)** Uses React for most new JS development.
14
+
15
+
16
+
### Sample Code
17
+
18
+
***[React starter kit](/react/downloads.html)** Includes several examples which you can [view online in our GitHub repository](https://github.com/facebook/react/tree/master/examples/).
19
+
***[React one-hour email](https://github.com/petehunt/react-one-hour-email/commits/master)** Goes step-by-step from a static HTML mock to an interactive email reader, written in just one hour!
20
+
***[Rendr + React app template](https://github.com/petehunt/rendr-react-template/)** Demonstrates how to use React's server rendering capabilities.
0 commit comments