scrimba
Learn React for free
ReactDOM & JSX 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

ReactDOM & JSX Practice
AboutCommentsNotes
ReactDOM & JSX Practice
Expand for more info
index.js
run
preview
console
// Objective: Fill in the boilerplate React code required to render an
// unordered list (<ul>) to the page. The list should contain 3 list items
// (<li>) with anything in them you want.

// HINTS:
// import the libraries you need first
// use one of the libraries to render some JSX to the page
Console
index.html
-4:11