Ryan Toronto
Ryan Toronto
  • 25
  • 218 779
Handling RSC Errors in Next.js
In today's video we'll use an error boundary to refresh a React Server Component that threw an error. We'll also dive into transitions and see how they allow us to batch together state updates that finish at different times.
- 0:00 - Intro
- 1:06 - Error handling in Next.js
- 2:11 - Resetting without fixing the error
- 3:16 - Rerunning the server component
- 4:23 - Avoiding race conditions with transitions
- 6:47 - Why a transition is needed
For more videos on React Server Components check out Build UI: buildui.com/?
มุมมอง: 2 693

วีดีโอ

Where should this component run?
มุมมอง 1.8K7 หลายเดือนก่อน
I love how the RSC architecture approaches bundling and running React components. Non-interactive components run on the server, keeping the initial load fast and the bundle size small. Meanwhile, interactive components are run on the client, making the UI feel snappy and instantaneous. But what about components that need to run on both the server and client? How does the RSC architecture addres...
Asset loading in React
มุมมอง 2K8 หลายเดือนก่อน
In this video we’re going to take a look at the new Asset Loading feature coming to React 19. - 0:00 - Intro - 0:40 - Flash of unstyled content - 1:46 - Asset loading in React - 4:13 - Books app - 6:40 - The bookshelf component - 7:18 - How the transition works - 9:12 - Stylesheets do not unload Source code for books app: github.com/ryanto/asset-loading-suspense Check out my website: buildui.com
Out-of-order streaming in React
มุมมอง 7K8 หลายเดือนก่อน
Wish your users could see content instantly, even if data takes a second? In this video we're going to learn how out-of-order streaming allows React Server Components to render independently, showing your UI as soon as possible! - 0:00 - Intro - 0:15 - Introduction to streaming - 2:14 - Out-of-order streaming - 4:29 - Streaming and Suspense - 8:04 - Streaming multiple components - 9:41 - UI ide...
Preloading data (React's cache part 2)
มุมมอง 1.5K8 หลายเดือนก่อน
In this video we're going to continue where we left off in part 1 and use React's cache function to preload data. Watch part 1 here: th-cam.com/video/MxjCLqdk4G4/w-d-xo.html - 0:00 - Intro - 0:23 - Fetching data for the page - 4:15 - Why is the page slow? - 6:35 - Using cache to avoid waterfalls - 8:47 - Is preloading unused data okay? My website: buildui.com
React's new cache function
มุมมอง 10K9 หลายเดือนก่อน
In this video we're going to look at how React's cache function helps avoid unnecessary data requests. - 0:00 - Intro - 0:34 - Loading the current user - 2:31 - Using React’s cache function - 4:06 - Why not use props? - 7:51 - Good things to know about cache Preloading data with cache: th-cam.com/video/_gZ3ctkbGPo/w-d-xo.html Check out my course "Data fetching with React Server Components" here...
Why you can't set cookies in Server Components
มุมมอง 10K9 หลายเดือนก่อน
Today we're going look at why you can't set cookies when rendering server components in Next.js. - 0:00 - Intro - 1:22 - Setting cookies in RSC - 2:43 - Suspense - 5:13 - Streaming - 6:55 - Anatomy of an HTTP request - 9:22 - Setting cookies in Next.js For more videos on React check out buildui.com/
The useTransition hook
มุมมอง 1.6Kปีที่แล้ว
Hi everyone! I wanted to share a free lesson on the useTransition hook from my course "Data fetching with React Server Components". - 0:00 - Intro - 0:23 - Start of lesson - 0:46 - useTransition hook - 2:22 - Styling the searching UI - 3:24 - Lesson outro - 3:56 - Outro Join Build UI: buildui.com/pricing Course: buildui.com/courses/react-server-components
Refresh React Server Components
มุมมอง 4.8Kปีที่แล้ว
In this video I'm going to show you how to automatically refresh a Next.js app whenever data in an external system changes. Code: buildui.com/recipes/refresh-app-router-cache-server-action - 0:00 - Intro - 1:23 - Server action - 4:18 - Refresh component - 6:49 - Interval with focus event - 9:47 - Outro Check out my latest course "Data fetching with React Server Components" exclusively on Build ...
Why I use Zod with Server Actions
มุมมอง 13Kปีที่แล้ว
In this video we're going to take a look at how Zod makes FormData easy to work with! Check out my Build UI course on React Server Components: buildui.com/courses/react-server-components - 0:00 - Intro - 0:23 - Introduction to Server Actions - 2:58 - Problems with FormData and TypeScript - 6:14 - Introduction to Zod - 10:17 - Dealing with Checkboxes - 12:35 - Code cleanup - 13:42 - Summary - 14...
Query params with TypeScript
มุมมอง 3.1Kปีที่แล้ว
In this video we're going to use TypeScript to recreate the type for query parameters.
Next.js Deploy Notifications
มุมมอง 7K2 ปีที่แล้ว
In this video we're going to build a simple version of the next-deploy-notifications library from scratch. Next deploy notifications: github.com/ryanto/next-deploy-notifications
Transitions that Suspend - React 18
มุมมอง 3K2 ปีที่แล้ว
Today we're going to take a look at the useTransition hook that's new in React 18. Source code: github.com/ryanto/suspense-transitions
Refactoring from useState to useReducer
มุมมอง 8942 ปีที่แล้ว
Today we're going to refactor a database app from useState to useReducer. Source: github.com/ryanto/use-state-vs-use-reducer
Testing images with Cypress
มุมมอง 11K2 ปีที่แล้ว
Today we'll write a test that asserts an image was correctly uploaded and displayed using Cypress. isFixtureImage command: gist.github.com/ryanto/76ed7013cc63565932ba3475403d6a73
Next.js Modal Routing
มุมมอง 34K2 ปีที่แล้ว
Next.js Modal Routing
Reacting to time - useClock hook
มุมมอง 6092 ปีที่แล้ว
Reacting to time - useClock hook
Synchronizing intervals in React
มุมมอง 4223 ปีที่แล้ว
Synchronizing intervals in React
Popup Menus in React with Popper.js
มุมมอง 21K3 ปีที่แล้ว
Popup Menus in React with Popper.js
Customizing Complex React Components
มุมมอง 3.1K4 ปีที่แล้ว
Customizing Complex React Components
Customizing Amplify's Login
มุมมอง 17K4 ปีที่แล้ว
Customizing Amplify's Login
Amplify login + React
มุมมอง 1.9K4 ปีที่แล้ว
Amplify login React
Debouncing with React Hooks
มุมมอง 9K4 ปีที่แล้ว
Debouncing with React Hooks
Why does React need keys - Part 1
มุมมอง 5694 ปีที่แล้ว
Why does React need keys - Part 1
Click Outside to Close - React Hook
มุมมอง 51K4 ปีที่แล้ว
Click Outside to Close - React Hook

ความคิดเห็น

  • @PrasadKumkar-t3z
    @PrasadKumkar-t3z 13 วันที่ผ่านมา

    Thank you

  • @AnasSiddiqui-n2y
    @AnasSiddiqui-n2y 20 วันที่ผ่านมา

    Great 🔥

  • @mukulbhardwaj5390
    @mukulbhardwaj5390 23 วันที่ผ่านมา

    Ryan please help me i am submitting a form with server action i am setting cookies from middleware.ts they were setting correctly but i don't know why my client components get resets with default value and when submit my form again it works normally

  • @OrkhanFattayev
    @OrkhanFattayev 27 วันที่ผ่านมา

    This video helped me a ton

  • @PeterJanickovic
    @PeterJanickovic 28 วันที่ผ่านมา

    Very nice video, works, but i have a different problem i am facing, i have a dashboard, data are updated every 5 minute by a backend microservice, when this background process on the server finishes, it does call revalidate using webhook on the nextjs app. my problem is I am calling router.refresh() (lets say every minute), the pages does not refresh, its still using stale version,, and I am hopeless, i tried so many approches, obviusly, your works, but it triggers re-render server componnets by every user connected. thanks

  • @bookercodes
    @bookercodes หลายเดือนก่อน

    Thank you Ryan, I really appreciate the calm and clear manner with which you teach! I am newer to Zod and I decided instead of fumbling with the API, I'd find some videos to help me understand it from first principles. This definitely helped!

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      Great to hear!

  • @PhilippNowinski
    @PhilippNowinski หลายเดือนก่อน

    Damn. Thanks for this video. I have been trying to wrap my head around almost the exact same problem for days now. This pattern opens up a lot of new opportunities. I am actually pumped now 😀 Didn't see your channel before, but just left a sub. This one was dope. Thanks man, keep it up 👌

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      Thank you!

  • @roodood
    @roodood หลายเดือนก่อน

    FYI you don't even need javascript, you can use webcomponents/slots to achieve the same thing. No client side JS needed.

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      Nice. The slot element looks very cool

  • @ikbo
    @ikbo หลายเดือนก่อน

    Very interesting. It is done through long lived http connection or websockets behind the scenes?

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      It's a single http connection. In fact, it's the same connection that renders the first html you see... so I guess its a bit like long polling. As soon as all suspense boundaries are resolved the connection closes.

  • @joepetrillo6185
    @joepetrillo6185 หลายเดือนก่อน

    Very good video thank you!

  • @athar-q
    @athar-q หลายเดือนก่อน

    But middleware is invoked for everyone request made from browser. Do we want to cookie-setting-logic to run on every request?

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      Check out the matching paths section of the Next.js docs to control which paths middleware should run on: nextjs.org/docs/app/building-your-application/routing/middleware#matching-paths

  • @AJPHIL-bt4me
    @AJPHIL-bt4me หลายเดือนก่อน

    Gonna see if this can work for videos

  • @salos1982
    @salos1982 2 หลายเดือนก่อน

    That is such an awful reason why I cannot set cookies in the page server component. Why can I not set it before calling any Suspense? This solves the issue. And only if you using Suspense then I cannot set any cookies

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      I believe the reasoning is that if you ever refactor your page into one that uses suspense all the cookie code would then break. Middleware is a recommended way to do it from Next.js.

  • @ernestmalcolm7406
    @ernestmalcolm7406 2 หลายเดือนก่อน

    A very great video. One issue I have faced and wish to understand, what about setting the expiry time for that cookie, lets say a userToke, which is essential so when it expires it can be cleared. Hope the question makes sense. Hoping to hear from you soon

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      Great question! You can use the `maxAge` or `expires` option from Next's cookies().set function. See more details here: nextjs.org/docs/app/api-reference/functions/cookies#options

  • @manasranjansingh4374
    @manasranjansingh4374 2 หลายเดือนก่อน

    How to get cookies from browser in server component/server actions so we can send the cookies with request to backend API request. Please 🙏 reply I'm not able to find any solution

    • @RyanToronto
      @RyanToronto หลายเดือนก่อน

      cookies().get('name') should allow your server component to get cookies from the incoming browser request.

  • @stevebendersky2056
    @stevebendersky2056 2 หลายเดือนก่อน

    Really nice, didn't know that and really useful.

    • @RyanToronto
      @RyanToronto 2 หลายเดือนก่อน

      Thanks you! Glad you enjoyed it

  • @codinginflow
    @codinginflow 2 หลายเดือนก่อน

    This was very enlightening. Another place to set cookies is in route handlers!

  • @sahajranipa
    @sahajranipa 3 หลายเดือนก่อน

    You can use my RSC philosophy whenever you have mutable data to handle you should have client components otherwise for immutable data you should use server components

    • @RyanToronto
      @RyanToronto 3 หลายเดือนก่อน

      interesting way to summarize it! thanks!

  • @bojanraguz369
    @bojanraguz369 3 หลายเดือนก่อน

    What to do in a case when the user clicks on a route "/throws-sometimes" that's included in navbar? Can the error be reset via clicking on a link to the route within navbar? e.g. <Link href="/throws-sometimes">Throws sometimes</Link>

    • @RyanToronto
      @RyanToronto 3 หลายเดือนก่อน

      I haven't tried it, but I wonder if it just works? If not, my first thought was you'd have to somehow get the reset into the nav bar so the error could be dismissed. Let me know what you come up with, I'd be very interested to know how you went about solving this type of problem.

    • @bojanraguz369
      @bojanraguz369 3 หลายเดือนก่อน

      @@RyanToronto Yeah, it's not working. I gonna try, if I'll make it I'll let you know :) Thanks

  • @emmanuelxs6143
    @emmanuelxs6143 3 หลายเดือนก่อน

    Can it work with aaync functions

    • @RyanToronto
      @RyanToronto 3 หลายเดือนก่อน

      In the upcoming React 19 release there will be support for transitions to take an async function. Right now they are calling these "async transitions". Hope that answers your question!

    • @emmanuelxs6143
      @emmanuelxs6143 3 หลายเดือนก่อน

      @@RyanToronto I have been using them with server actions from next especially the isPending, I don't know if it is really a good idea since most server actions are asynchronous

    • @RyanToronto
      @RyanToronto 3 หลายเดือนก่อน

      @@emmanuelxs6143 Oh yah with Next.js you can absolutely use async transitions

    • @emmanuelxs6143
      @emmanuelxs6143 3 หลายเดือนก่อน

      @@RyanToronto thanks for the update, I appreciate

  • @noabstruction
    @noabstruction 3 หลายเดือนก่อน

    You voice. Masallah ❤

  • @nrjdalal
    @nrjdalal 4 หลายเดือนก่อน

    bruh godly content

  • @lambmaster
    @lambmaster 4 หลายเดือนก่อน

    Awesome! But, why is this cache function in the React package, and not some Next package, especially if "vanilla" react doesn't even use it?

    • @RyanToronto
      @RyanToronto 4 หลายเดือนก่อน

      Great question! Cache is in the main react package because it's useful for any React Server Component to use.

  • @andrei-victor
    @andrei-victor 4 หลายเดือนก่อน

    Nice . Thank You! I'm using it in a list-feed and I wanted to maintain the scroll position, so I've added `scroll={false}` prop to the Link component and also`router.push("/", undefined, {scroll: false});` on modal close.

    • @RyanToronto
      @RyanToronto 4 หลายเดือนก่อน

      Oh awesome! That's great to know!

  • @fratelo9832
    @fratelo9832 4 หลายเดือนก่อน

    You forget to say that Middleware slow down app because it rerender every time when you change a route. I am trying to set cookie without midlware but can't find solution

    • @lukevinicius
      @lukevinicius 2 หลายเดือนก่อน

      Do you finded some solution?

  • @glenwinbernabe8937
    @glenwinbernabe8937 4 หลายเดือนก่อน

    hello Ryan, how can I use the cache function, I don't know how to get it from the React Canary. Great video by the way that's why I want to use it in my project.

    • @RyanToronto
      @RyanToronto 4 หลายเดือนก่อน

      The cache function is only available for React projects that use Server Components. If you're using RSC you can `import { cache } from "react";` and it will work. If you're not using RSC then cache is a no-op and doesn't do anything. Hopefully that helps!

    • @glenwinbernabe8937
      @glenwinbernabe8937 4 หลายเดือนก่อน

      @@RyanToronto hello Ryan, how do I know if I am using RSC? What is an example of a Server Components?

    • @glenwinbernabe8937
      @glenwinbernabe8937 4 หลายเดือนก่อน

      @@RyanToronto hello, it has something to do with the React Canary?

  • @akopaaa
    @akopaaa 4 หลายเดือนก่อน

    but then, how do i set a cookie from my api ? like i would like to update the session ID of the user of my website, and i can't seem to find how to save a cookie on their browser with the session id from the api request... because : cookies().set( bla bla bla ) will just set the cookie for the response but then it gets lost

    • @RyanToronto
      @RyanToronto 4 หลายเดือนก่อน

      cookies.set should do it! Take a look at the docs, you might need some options like how long until it expires: nextjs.org/docs/app/api-reference/functions/cookies#cookiessetname-value-options

    • @akopaaa
      @akopaaa 4 หลายเดือนก่อน

      @@RyanToronto yes, already tried but the request comes from a server component so it only sets the cookie on the reply. Anyway i solved my problem so it doesnt really matter anymore, thanks for the help though :D

    • @pedromigacz
      @pedromigacz 2 หลายเดือนก่อน

      @@akopaaa How did you manage to solve it?

  • @luisllaboj
    @luisllaboj 4 หลายเดือนก่อน

    What would happen if wrap a transition in a transition? The outer transition holds a state for the inner transition or are they batched together or “unwrapped” like it was a promise passed to a promise constructor? lol idk if that makes sense

    • @RyanToronto
      @RyanToronto 4 หลายเดือนก่อน

      Great question! Transitions that wrap transitions are very common and I think saying they are "batched" is the right way of thinking about it. If a transition is inside another transition then neither state update will apply until they are both ready. In other words the state updates happen at the same time for all nested transitions.

    • @luisllaboj
      @luisllaboj 4 หลายเดือนก่อน

      @@RyanToronto cool, yea that makes sense, thanks!

  • @kanasva
    @kanasva 4 หลายเดือนก่อน

    Best explaination on earth. Thanks

    • @RyanToronto
      @RyanToronto 4 หลายเดือนก่อน

      Thank you!

  • @Aaronmoreno
    @Aaronmoreno 4 หลายเดือนก่อน

    Ryan, this is a game changer explination. So glad I found this channel. So well broken down

    • @RyanToronto
      @RyanToronto 4 หลายเดือนก่อน

      Thanks!!!

  • @arslanali774
    @arslanali774 5 หลายเดือนก่อน

    preloading restricted data in RSC makes sense as its not visible in any way to the end user. good video

    • @RyanToronto
      @RyanToronto 5 หลายเดือนก่อน

      Thanks!

  • @TaposhKumarBarmon
    @TaposhKumarBarmon 5 หลายเดือนก่อน

    Hi Ryan, it's a very instructive video. Cloud you please clarify how ISR feature will work for Modal?

    • @RyanToronto
      @RyanToronto 5 หลายเดือนก่อน

      Hey there! I think ISR should work with the modal. If the homepage or an image changes you'd need to ISR both pages.

  • @ElHawary
    @ElHawary 5 หลายเดือนก่อน

    Thank you, I was actually watching this in a private window "doing some testing", I had to login just to like and sub.

    • @RyanToronto
      @RyanToronto 5 หลายเดือนก่อน

      Wow thanks for the kind words! Really appreciate it!

  • @FarihaLiaqat
    @FarihaLiaqat 5 หลายเดือนก่อน

    Thank you for this video

  • @tauhid97k
    @tauhid97k 5 หลายเดือนก่อน

    Thanks. Can you make a video on setting cookies from a separate backend in the next.js server action? So, When I use server action and set credentials: "include" it doesn't work. This is because it's happening on the server. How can I forward the cookies in the browser to that separate API/backend server from server action?

    • @RyanToronto
      @RyanToronto 5 หลายเดือนก่อน

      Great question. You can use Next's built in cookies() function to read the cookies in your server action and then pass them into the fetch request your action is making to your backend.

    • @tauhid97k
      @tauhid97k 5 หลายเดือนก่อน

      @@RyanToronto I've tried this and several other methods but it's not consistent or maybe I don't quite understand the situation here. From the client side credentials: "include" works as expected. So I thought with your amazing explanation I could understand better. But Thanks. I'll keep trying.

  • @NetraPatwari
    @NetraPatwari 5 หลายเดือนก่อน

    Hey man ... I have a problem. i m using server actions to set cookies , with "use server" at top, i have created a actions directory in my-app , and have all my server side actions there. still i m facing this error. "" [Error]: Cookies can only be modified in a Server Action or Route Handler."". Actually my backend is in python (fastapi) and it worked fine last time , with same tech stack. this time i have made 2 routes also , for stripe webhook.., How can i solve this ...

    • @RyanToronto
      @RyanToronto 5 หลายเดือนก่อน

      Oh that's strange, setting cookies in server actions should absolutely work! I would try opening a bug report with a reproduction showing the error. Sorry I couldn't be of more help!

  • @JIPPOKIKKA
    @JIPPOKIKKA 6 หลายเดือนก่อน

    How about if you do Cookie Banner for asking permission for users to use cookies.

    • @RyanToronto
      @RyanToronto 5 หลายเดือนก่อน

      For a cookie banner use a server action to set the cookie when they click the accept button.

  • @cb73
    @cb73 6 หลายเดือนก่อน

    You should also be able to use the “Record” type instead: Record<string, string|undefined>

  • @cb73
    @cb73 6 หลายเดือนก่อน

    This is awesome thanks… I was literally just working on this. I ran into an issue trying to encrypt the cookies. The crypto library isn’t available in middleware because of the edge runtime. But… the web api for crypto is available which I’m working on now.

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Nice! Did the web api end up working out for you?

    • @cb73
      @cb73 6 หลายเดือนก่อน

      @@RyanToronto no lol. Too hard. I’m already using a separate api written in golang that handles auth so I just wrote an endpoint that does the encryption (much easier in golang) - I call that in the middleware to give me the encrypted string I need to write a cookie. Works perfect for me.

  • @ColynBrown
    @ColynBrown 6 หลายเดือนก่อน

    I remember back in my PHP days we were constantly presented with "Headers already set" if we ever tried to set a cookie after the headers were set. Not sure why we can't be presented with the same error if we tried doing that

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Oh that's a very neat idea

  • @raymondmichael4987
    @raymondmichael4987 6 หลายเดือนก่อน

    I keep smiling, thanks buddy😊

  • @zeynalabdinqdirov2386
    @zeynalabdinqdirov2386 6 หลายเดือนก่อน

    You can put a + in front of the value to convert the form.id to a string. Exp: +form.id. It will be shorter.🙂

  • @Dreamer4777
    @Dreamer4777 6 หลายเดือนก่อน

    THANK YOU, this video really helped me.

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Glad it helped!

  • @garikmelqonyan6011
    @garikmelqonyan6011 6 หลายเดือนก่อน

    👍

  • @bideshbanerjee5506
    @bideshbanerjee5506 6 หลายเดือนก่อน

    Hello Ryan you are the only one who talks deep about RSC. I just want to know one thing that suppose for a particular page there are 4 - 5 components and an user changes or updates something in a component with server action then the whole json representation of every component of that page will get send by the server, is that how it works ?? and if it is, how optimal is that approach or it works differently ?? I know it's lot to ask...but will appreciate a video or response Thank you ❤

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Thank you! To answer your question it really depends on the framework you are using and how your app and action is setup. If you're using Next.js with server actions you'll most likely want to call the built-in `revalidate()` function to update any components on the page.

  • @haydenpitout5151
    @haydenpitout5151 6 หลายเดือนก่อน

    Thanks Ryan ... great work as always 👍

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Thanks!

  • @TfMukles
    @TfMukles 6 หลายเดือนก่อน

    make a video on refresh token in nextjs. I am facing the issues. In nextjs layout and page is stream simultaneously can you please make a video.

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Hey there, would love to! Do you have an example app, mockups, or any code you can share so I can better understand the app and problem?

  • @silverlila
    @silverlila 6 หลายเดือนก่อน

    Great content, I really like the way you explain in such simple terms. Also noticed your @twofold/framework which seems great, have you thought on making a course on how something like that could be created?

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Thank you! Ya that's a great idea for a course. I think once React 19 is released there will be a great teaching story for RSC from scratch.

  • @erikplachta
    @erikplachta 6 หลายเดือนก่อน

    Appreciate the video. Nice to see startTransition solving some real world problems.

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Thanks Erik!

  • @mehrabmahmudpur6984
    @mehrabmahmudpur6984 6 หลายเดือนก่อน

    Great video. Thank's a lot.

    • @RyanToronto
      @RyanToronto 6 หลายเดือนก่อน

      Glad you liked it!