JoeCodeswell‘s React Notes
These notes based primarily on Facebook’s GitHub create-react-app (CRA) – posting current version -V 1.5.2
See also in particular the following CRA GitHub README.md sections.
- Create React App
- User Guide
- Popular Alternatives
- Debugging in the Editor
- cra tools guide
- cra a closer look About – find “starting point”
- cra starting point == tic-tack-toe tutorial source code by Nitish Dayal
CRA A closer Look #About
“We will use the Tic-Tac-Toe project from the Intro To React tutorial as a starting point. The components have been split into separate files, and the calculateWinner function lives in the utils folder as a utility function. The source code can be found here. Feel free to clone the project and follow along.”