Home / Companies / Hasura / Blog / Post Details
Content Deep Dive

Next.js 13 Nested Layouts, Streaming SSR with Realtime GraphQL

Blog post from Hasura

Post Details
Company
Date Published
Author
Arjun Yelamanchili
Word Count
1,450
Language
English
Hacker News Points
-
Summary

In this blog post, the author discusses new features of Next.js version 13, including Nested Layouts, Data Fetching, Streaming and Suspense, and Client and Server Components. The author demonstrates these features by building a mini e-commerce store using Hasura GraphQL for realtime features such as Streaming Subscriptions. They also cover the setup process for Next.js, GraphQL Code Generator, graphql-request, and nested layouts. Finally, they discuss how to create client components with logic on the browser and integrate them with server components.