This directory houses information about React.
Resources relevant to this directory.
These will be deleted when I am done with them. If they are of use they'll be moved to the Vetted Resources section below. Or a relevant file/directory in this directory.
- How to Use State in Functional React Components https://www.cloudsavvyit.com/10021/how-to-use-state-in-functional-react-components/ - good resource for learning about AND using state.
-
https://reactjs.org/tutorial/tutorial.html
- Adding Time Travel section to the end.
- Display the location for each move in the format (col, row) in the move history list.
- Bold the currently selected item in the move list.
- Rewrite Board to use two loops to make the squares instead of hardcoding them.
- Add a toggle button that lets you sort the moves in either ascending or descending order.
- When someone wins, highlight the three squares that caused the win.
- When no one wins, display a message about the result being a draw.
Information regarding the directories and files in this directory.
Navigate back to the Libraries/ README.md file.
Has not been started yet.
The 10ReactChallengesBeginnerCourses/ README.md file.
Has not been started yet.
The BuildYourOwnReact/ README.md file.
A great tutorial. It introduced componentDidMount, API calls, and the concept of adding components for each item that's returned by the api call.
The manager/ README.md file.
The ReactSpecificConcepts/ README.md file.
Worked through the 'Side-Effects/React Side-Effects' section.
The RoadToReact/ README.md file.
This readme file.