Skip to content

Commit 3120192

Browse files
petehuntvjeux
authored andcommitted
remove references to react-page
1 parent 3db3460 commit 3120192

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docs/docs/08-tooling-integration.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ The open-source community has built tools that integrate JSX with several build
5555
that support `*.tmLanguage`.
5656
* Linting provides accurate line numbers after compiling without sourcemaps.
5757
* Elements use standard scoping so linters can find usage of out-of-scope components.
58-
59-
## React Page
60-
61-
To get started on a new project, you can use [react-page](https://github.com/facebook/react-page/), a complete React project creator. It supports both server-side and client-side rendering, source transform and packaging JSX files using CommonJS modules, and instant reload.

docs/docs/10-examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ prev: class-name-manipulation.html
1717

1818
* We've included [a step-by-step comment box tutorial](/react/docs/tutorial.html).
1919
* [The 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/).
20-
* [React Page](https://github.com/facebook/react-page) is a simple React project creator to get you up-and-running quickly with React. It supports both server-side and client-side rendering, source transform and packaging JSX files using CommonJS modules, and instant reload.
2120
* [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!)
2221
* [Rendr + React app template](https://github.com/petehunt/rendr-react-template/) demonstrates how to use React's server rendering capabilities.

0 commit comments

Comments
 (0)