This website works better with JavaScript
Home
Explore
Help
Sign In
fgm
/
js_react__react-router-tutorial
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Branch:
master
Branches
Tags
L13-Server_rendering
master
js_react__react...
/
lessons
/
06-params
/
modules
/
About.js
About.js
110 B
Permalink
History
Raw
1
2
3
4
5
6
7
import React from 'react'
export default React.createClass({
render() {
return <div>About</div>
}
})