Réponse

return <NavBar />

Explication

When a component renders another component, what happens is very similar to what happens when ReactDOM.render() renders a component.

Question

Syntax for ProfilePage.js, render a <NavBar /> instance (an other component) in class ProfilePage render()

Thématique