Skip to content

Instantly share code, notes, and snippets.

View dwisatriow's full-sized avatar
💻

Dwi Satrio W. dwisatriow

💻
View GitHub Profile
@dwisatriow
dwisatriow / react-performance.md
Created December 6, 2024 04:23 — forked from mathesond2/react-performance.md
Notes on React Performance

React Performance

Notes From Steve Kinney's "React Performance" Frontend Masters Course

General

re: optimizations: "Start with a problem first, then solve it. dont go looking for problems."

"measure first before you optimize for performance. And then measure again."