Nov 28, 2024
Today, I cover 5 principles of structuring state in your React applications.
Docs: https://react.dev/learn/choosing-the-state-structure#
Nov 25, 2024
Today, I discuss a few solid options for organizing your Next.js projects.
Docs: https://nextjs.org/docs/canary/app/building-your-application/routing/colocation#project-organization-strategies
Nov 21, 2024
Today, I show you a cool new feature of Next.js 15 forms: Client Side Navigation
Nov 18, 2024
I show you a step by step process for how to think about using state in React.js
Nov 14, 2024
Today, I discuss declarative vs imperative programming in the context of React.js and why it matters.