DynamoDB & Next.js App Router: Using Server/Client Components

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 5

  • @hashimh
    @hashimh 11 годин тому

    Very helpful, thanks!!

  • @chrisryan6328
    @chrisryan6328 Рік тому +1

    I’m relatively new to React and Next.js. I have to say that by watching this tutorial, I finally understand the difference between swr and react server components. By showing how you can retrieve the data and post data using two different methods, one - using client components and swr vs. two - react server components and importing a client component with useRouter, it helped me recognize what I wasn’t understanding and make sense of both methods and how they differ from one another. Thanks for the great video!

    • @conermurphy
      @conermurphy  8 місяців тому

      No worries at all, glad you found the video helpful! 😄

  • @VincentFulco
    @VincentFulco Рік тому +1

    Great example! Thank you.