Skip to content

Latest commit

 

History

History
87 lines (47 loc) · 2.55 KB

File metadata and controls

87 lines (47 loc) · 2.55 KB

React

Purpose

About

This directory houses information about React.

Resources

Resources relevant to this directory.

Resources to explore

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.

Vetted Resources

  • https://reactjs.org/tutorial/tutorial.html

    1. Display the location for each move in the format (col, row) in the move history list.
    2. Bold the currently selected item in the move list.
    3. Rewrite Board to use two loops to make the squares instead of hardcoding them.
    4. Add a toggle button that lets you sort the moves in either ascending or descending order.
    5. When someone wins, highlight the three squares that caused the win.
    6. When no one wins, display a message about the result being a draw.

Directories and Files

Information regarding the directories and files in this directory.

Navigate back to the Libraries/ README.md file.

Directories

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.

Files

This readme file.