Code Ryan

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

Episodes

Total: 332

Docs: https://react.dev/learn/synchronizing-with-effects

Docs: https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming

https://react.dev/learn/manipulating-the-dom-with-refs#best-practices-for-dom-manipulation-with-ref

Docs: https://nextjs.org/docs/app/building-your-application/routing/error-handling#uncaught-exceptio

https://react.dev/learn/referencing-values-with-refs#recap

Docs: https://nextjs.org/docs/app/building-your-application/routing/error-handling

Docs: https://nextjs.org/docs/app/api-reference/functions/use-router

Docs: https://react.dev/learn/passing-data-deeply-with-context   Starter Project: https://github.com

Docs: https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating Link API

Docs: https://react.dev/learn/passing-data-deeply-with-context

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

Docs: https://react.dev/learn/extracting-state-logic-into-a-reducer#comparing-usestate-and-usereduce

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