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 b3c67ea commit 57008a8Copy full SHA for 57008a8
src/containers/App.js
@@ -11,7 +11,7 @@ export default class App extends Component {
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-create-react-app-v2'>https://github.com/ayroblu/ssr-create-react-app-v2</a></p>
14
- <p>Medium article: <a href=''></a></p>
+ <p>Medium article: <a href='https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9'>https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9</a></p>
15
<Switch>
16
<Route exact path="/" component={FirstPage}/>
17
<Route path="/second" component={SecondPage}/>
0 commit comments