Week 1 Recap: React + TypeScript Fundamentals
Week 1 is done. Six posts, six concepts most developers use daily but rarely stop to actually understand. Quick recap before Week 2.
Aug 31, 20262 min read20

Search for a command to run...
Articles tagged with #cleancode
Week 1 is done. Six posts, six concepts most developers use daily but rarely stop to actually understand. Quick recap before Week 2.

Most explanations of Module Federation start with the config file. Here's what it's actually solving, before the syntax.

If you're copy-pasting the same `useState` + `useEffect` combo across components, you're one custom hook away from deleting half that code.
