scrimba
Learn React for free
React Parent/Child Component Practice
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

React Parent/Child Component Practice
AboutCommentsNotes
React Parent/Child Component Practice
Expand for more info
index.js
run
preview
console
// Set up the React app from scratch
// Render an App component (defined in a separate file)
// Inside App, render:
// 1. A Navbar component
// 2. A MainContent component
// 3. A Footer component

Console
index.html
-4:53