An interactive tic-tac-toe game with React from the tutorial on reactjs.org.
React官网的入门教程井字棋游戏,官网的附加题(六个优化点)也都完成了。
Tutorial url: https://reactjs.org/tutorial/tutorial.html
The improvements in this tutorial have been completed:
- Tutorial Version: https://codepen.io/gaearon/pen/gWWZgR?editors=0010
- My Final Version: https://bugupdater.github.io/repo/react/tic-tac-toe/index.html
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.