This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
fgm
/
js_react__react-router-tutorial
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Drzewo:
07a3113bfe
Gałęzie
Tagi
L13-Server_rendering
master
js_react__react...
/
code
/
03-navigating-with-link
/
modules
/
About.js
About.js
111 B
Historia
Czysty
1
2
3
4
5
6
7
8
import React from 'react'
export default React.createClass({
render() {
return <div>About</div>
}
})