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.6-update.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ title: Immutability Helpers
4
4
layout: docs
5
5
permalink: update.html
6
6
prev: clone-with-props.html
7
-
next: examples.html
8
7
---
9
8
10
9
React lets you use whatever style of data management you want, including mutation. However, if you can use immutable data in performance-critical parts of your application it's easy to implement a fast `shouldComponentUpdate()` method to significantly speed up your app.
***[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