Skip to content

Commit 439928a

Browse files
committed
Update useStateExample.md
1 parent 04ec52b commit 439928a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/hooks/useState/useStateExample.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,3 @@ By the end, you'll have hands-on practice with **all scenarios where `useState`
128128
- When you need to derive data from other sources (props, memoization) → use `useMemo` instead of duplicating state.
129129

130130
---
131-
132-
## 🏆 Next Steps
133-
134-
1. Open [`UseState.tsx`](./UseState.tsx).
135-
2. Uncomment examples one by one to practice.
136-
3. Observe re-renders, console logs, and experiment.
137-
4. Compare your intuition with actual React behavior.
138-
139-
> 💡 Mastering these patterns will make hooks like `useReducer`, `useEffect`, and `useRef` much easier to learn — since they often build on these foundations.

0 commit comments

Comments
 (0)