/reactdocs

React Docs Tutorial Codes

Primary LanguageCSS

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