visualdenniss / reactdocs

React Docs Tutorial Codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
   
   

About

React Docs Tutorial Codes


Languages

Language:CSS 44.4%Language:HTML 31.2%Language:JavaScript 24.4%