Thinking in React
ํ์ต ๋ด์ฉ
Thinking in React
1. step 0 Start with the mockup
step 0 Start with the mockupnpm create vite@latest

2. step 1 Build a static version in React
step 1 Build a static version in React3. step 1 Break the UI into a component hierarchy
step 1 Break the UI into a component hierarchy
4. step 3 Find the minimal but complete representation of UI state
step 3 Find the minimal but complete representation of UI state5. step 4 Identify where your state should live
step 4 Identify where your state should live6. step 5 Add inverse data flow
step 5 Add inverse data flowLast updated