It felt like a breath of fresh air. No more tangled jQuery logic. No more DOM headaches.
React’s mental model:
- UI as a pure function of state
- Declarative views
- Local component state
What I loved was the clarity. JSX looked weird, but felt right.
This started my journey toward truly componentized frontend thinking.