Skip to content

Instantly share code, notes, and snippets.

View blitzblade's full-sized avatar
🎯
Focused.

Kwesi Dadson blitzblade

🎯
Focused.
View GitHub Profile
@blitzblade
blitzblade / learn-react.md
Created February 28, 2020 10:07 — forked from claeusdev/learn-react.md
How to become a React expert
  1. Carefully do the official [tutorial][].
  2. Read the official guide to [main concepts][].
  3. Read the official [advanced guides][].
  4. Watch [building React from scratch][] to get an idea of how React actually works (this covers the "stack" reconciler which was used in React 15 and earlier).
  5. Go through the [React "fiber" architecture][] which is the default reconciler since React 16.
  6. Go crazy, build your own projects, and stop doing React tutorials!