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
- Host: GitHub
- URL: https://github.com/visualdenniss/reactdocs
- Owner: visualdenniss
- Created: 2023-03-04T15:21:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T20:05:57.000Z (over 3 years ago)
- Last Synced: 2025-02-04T15:49:27.024Z (over 1 year ago)
- Language: CSS
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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