This commit is contained in:
Noel Yoo
2018-10-21 05:12:28 +09:00
committed by Dan Abramov
parent 34118dc303
commit ee8716166e
5 changed files with 5 additions and 5 deletions

View File

@@ -164,7 +164,7 @@ The `ShoppingList` component above only renders built-in DOM components like `<d
If you're going to work on the tutorial **in your browser,** open this code in a new tab: **[Starter Code](https://codepen.io/gaearon/pen/oWWQNa?editors=0010)**. If you're going to work on the tutorial **locally,** instead open `src/index.js` in your project folder (you have already touched this file during the [setup](#setup-option-2-local-development-environment)).
This Starter Code is the base of what we're building. We've provided the CSS styling so that you only need focus on learning React and programming the tic-tac-toe game.
This Starter Code is the base of what we're building. We've provided the CSS styling so that you only need to focus on learning React and programming the tic-tac-toe game.
By inspecting the code, you'll notice that we have three React components: