scrimba
Tic Tac Toe
Board Component and scaffolding functions
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

Board Component and scaffolding functions
AboutCommentsNotes
Board Component and scaffolding functions
Expand for more info
components
Board.js
run
preview
console
import React from 'react';

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

export default Board;
Console
/index.html
-6:07