An open API service indexing awesome lists of open source software.

https://github.com/visualdenniss/reactdocs

React Docs Tutorial Codes
https://github.com/visualdenniss/reactdocs

Last synced: about 1 year ago
JSON representation

React Docs Tutorial Codes

Awesome Lists containing this project

README

          

https://beta.reactjs.org/

## Step 1: Break the UI into a component hierarchy

## Step 2: Build a static version in React

## Step 3: Find the minimal but complete representation of UI state

## Step 4: Identify where your state should live

## Step 5: Add inverse data flow

branches:

Thinking in React : thinking-in-react

TicTacToe : tictactoe



Describing the UI
branch




Your First Component
101-your-first-component


Importing and Exporting Components
102-import-export


Adding interactivity
branch


 
 


 
 


Managing State
branch


 
 


 
 


Escape Hatch
branch