Issue #28 // Oct 19, 2023 // Open web version |
|
Next.js Conf 2023: Speakers Announced π€ β One week until Next.js Conf. Check out this list of amazing speakers! If you canβt wait for the announcements, take a look at this Reddit thread where @leeerob dropped some hints. Seems like Server Actions will become stable and theyβll mainly focus on stability than new features
π Tutorials, Articles & OpinionSetting Up Vanity Subdomains for Your SaaS Using Next.js and Caddy β Many SaaS apps provide domains like customer.coolsaas.com. This guide is about how to setup such domains in Next.js using Caddy as a web server.
React useTransition: performance game changer or...? β Looking into what React Concurrent Rendering is, what hooks like useTransition and useDeferredValue do, and what are the benefits and downsides of using them.
How we optimized package imports in Next.js β Great read! Explaining the problem with using barrel files and the implemented solution in Next.js to improve it
π¦ scrollrestoration is now the default behavior β This change ensures that the scroll position is restored to the right spot when using backwards and forwards navigation
π¦ Packages / Tools / Reposcreate-t3-app supports App Router β This is great news! Not having to manually set up tRPC under the App Router is a huge productivity boost
Announcing TanStack Query v5 β Comes with support for streaming when used with Suspense on the server
Hashnode Blog Starter Kit β Hashnode recently announced a headless interface for their platform. This Next.js starter kit demonstrates how to build a blog using their API
AI Headshot Generator Template β A Professional AI headshot generator starter kit powered by Next.js, Leap AI, and Vercel
π RelatedVercel Postgres is now generally available β Comes with improved performance and significant reductions in usage pricing
When the shoulders of giants are offered, youβd do well to stand on them β This post is about serverless in general. Luc shares his views on some of the most used anti-serverless arguments.
Drizzle or Prisma? β Comparing both ORMs by implementing the same scenario twice. Covering topics such as schema creation, migrations and CRUD
Write your own Zod β This post is a bit older but highly worth reading. Learn how Zod works by implementing your own mini version of it
|