scrimba
Tic Tac Toe
Square Component & destructuring props
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

Square Component & destructuring props
AboutCommentsNotes
Square Component & destructuring props
Expand for more info
components
Square.js
run
preview
console
import React from 'react';

const Square = () => <div>Square</div>

export default Square;
Console
/index.html
-4:05