We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f4c09 commit 92241ffCopy full SHA for 92241ff
app/handlers/Home.js
@@ -6,7 +6,13 @@ var Home = module.exports = React.createClass({
6
render: function() {
7
return (
8
<div>
9
- <h2>WELCOME!</h2>
+ <h1 className="Heading Heading--alt">Welcome!</h1>
10
+ <div className="Content padBox">
11
+ <p>This app is rendered on the server and the client with React</p>
12
+ <p>You can actually turn off JavaScript and everything is still fully functional</p>
13
+ <p>Go ahead and create a new contact over on the left with and without JS enabled</p>
14
+ <p><a href="https://github.com/rackt/react-router-mega-demo">Code can be found here</a></p>
15
+ </div>
16
</div>
17
);
18
}
0 commit comments