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.

Search for a command to run...
Articles tagged with #javascript
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.

Half the "Next.js is confusing now" complaints come from mixing App Router concepts into Pages Router thinking. Here's what actually changed, not just what's new.

Most developers use TypeScript like it's JavaScript with extra colons. Here are 10 type features that actually change how safely you write code.

Your component isn't slow because React is slow. It's slow because it's re-rendering for reasons you haven't actually diagnosed yet.

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