React Team
Jump to navigation
Jump to search
Demo React Team
Étapes[edit]
Gabarit bootstrap avec une seule fonction react
<syntaxhighlight lang="xml">
function App(props) {
return <div> ....
ReactDOM.render(
<div>
<App />
</div>,
document.getElementById('app')
);
<syntaxhighlight>