Skip to content

Commit 83b61b3

Browse files
DavidLiedleclaude
andcommitted
Replace ❌ with πŸ“– icon for learning topics
Changed from red X to book icon for topics you'll learn - makes more semantic sense. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent a6b7d63 commit 83b61b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

β€Žindex.mdβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ A complete React education disguised as a 21-chapter complaint about React. Writ
2121
## What You'll Learn
2222

2323
Everything you need to know about React, including:
24-
- ❌ Why it exists (Facebook's notification counter was sometimes wrong)
25-
- ❌ The Virtual DOM (a solution to a problem React created)
26-
- ❌ JSX (HTML and JavaScript had a baby nobody asked for)
27-
- ❌ Hooks (functions that remember things, breaking everything functions stand for)
28-
- ❌ useEffect (the footgun you'll shoot yourself with)
24+
- πŸ“– Why it exists (Facebook's notification counter was sometimes wrong)
25+
- πŸ“– The Virtual DOM (a solution to a problem React created)
26+
- πŸ“– JSX (HTML and JavaScript had a baby nobody asked for)
27+
- πŸ“– Hooks (functions that remember things, breaking everything functions stand for)
28+
- πŸ“– useEffect (the footgun you'll shoot yourself with)
2929
- βœ… How to get a job anyway
3030

3131
## Who This Book Is For

0 commit comments

Comments
Β (0)