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 3694e73 commit dbe38f3Copy full SHA for dbe38f3
src/containers/App.js
@@ -10,7 +10,7 @@ export default class App extends Component {
10
<div>
11
<h1>Server Side Rendering with Create React App v2</h1>
12
<p>Hey, so I've rewritten this example with react-router v4</p>
13
- <p>This code is on github: <a href='https://github.com/ayroblu/ssr-creat-react-app-v2'>https://github.com/ayroblu/ssr-creat-react-app-v2</a></p>
+ <p>This code is on github: <a href='https://github.com/ayroblu/ssr-create-react-app-v2'>https://github.com/ayroblu/ssr-create-react-app-v2</a></p>
14
<p>Medium article: <a href=''></a></p>
15
<Switch>
16
<Route exact path="/" component={FirstPage}/>
0 commit comments