This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
fgm
/
js_react__react-router-tutorial
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Árvore:
decb140c93
Ramos
Etiquetas
L13-Server_rendering
master
js_react__react...
/
lessons
/
03-navigating-with-link
/
modules
/
About.js
About.js
110 B
Histórico
Em bruto
1
2
3
4
5
6
7
import
React
from
'react'
export
default
React.createClass({
render() {
return
<
div
>
About
</
div
>
}
})