Code Ryan

A podcast on coding, programming, JavaScript, React, software engineering, and other development rel

Episodes

Total: 300

Docs: https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates

Today, I discuss the problem of state not being reset when rendering the same component in the same

Today, I give a brief overview of how pages work in Next.js 15 and a few important things to know re

Today, I cover having a single source of truth in your React application's state.  Docs: https://rea

Learn how to define routes in Next.js 15. Docs: https://nextjs.org/docs/app/building-your-applicatio

Docs: https://react.dev/learn/preserving-and-resetting-state#

Today, I cover the change from sync to async apis in Next.js 15. Docs: https://nextjs.org/docs/app/b

Today, I discuss what it means to lift state in React.js and show you an example of how this might b

Today, I cover 5 principles of structuring state in your React applications.    Docs: https://react.

Today, I discuss a few solid options for organizing your Next.js projects.   Docs: https://nextjs.or

Today, I show you a cool new feature of Next.js 15 forms: Client Side Navigation

I show you a step by step process for how to think about using state in React.js

Today, I discuss declarative vs imperative programming in the context of React.js and why it matters

As a web developer, it can be easy to just push a PR without considering how you can make things mor

Today, I show some examples of mistakes you can make (bad ideas) when working with arrays in React.j

Today, I cover what the status indicator means in your Next.js application as well as giving you a r

Mutating state isn't a great idea in your React apps. But how should you update your objects and arr

I discuss my experience with having a college degree for software engineering and if I think it's ne

A common anti-pattern or mistake that's easy to make in your web apps is creating waterfalls with yo

What does it mean for React to "batch" state updates? Why does it matter?