Issue #0 // March 22, 2023
WTF Is Code Extraction
– Code extraction is the process of separating code into
server and client code at build time. Miško Hevery
compares the advantages and downsides of code extraction
in current meta-frameworks like Next.js, Remix to newer
ones like Qwik.
The Ultimate Guide to Next.js Authentication with
Auth0
– Great guide by Auth0 about how and where to authenticate
your users based on different deployment models that exist
for Next.js. It explores Custom Server, Static Sites, and
Serverless deployment models.
Framework-defined infrastructure
– Malte Ubl (Vercel CTO) explains how framework-defined
infrastructure fits into modern views of infrastructure
definition and automation.
📙 Tutorials, Articles & Opinion
Let's shorten those links
– A tutorial describing how to build a link shortener with
Next.js, Tailwind CSS and Upstash Redis.
Protecting your mailbox with @upstash/ratelimit
– If you are building a newsletter website or landing page
with email input with Next.js then this guide is a must
read for you
Building an AI-powered ChatBot using Vercel, OpenAI,
and Postgres
– If you are building a newsletter website or landing page
with email input with Next.js then this guide is a must
read for you
Next.js 13: complete guide to Server Components and the
App Directory
– If you haven't had the chance to explore the new
experimental app directory in Next.js 13, then this
tutorial presents an excellent opportunity to do just
that.
📦 Packages / Tools / Repos
next-route-visualizer
– A package for visualizing Next.js app directory routes.
nextbase-nextjs13-supabase-starter
– A Next.js / Supabase boilerplate for your next project.
It's already using the new app directory
Outstatic – A static
CMS for your Next.js project. No database or external
services needed. Everything is stored inside your project
repo.
🌈 Related
🎥 React Server Components
– In this live stream, Kent C. Dodds, Dan Abramov and Joe
Savona talk about React Server Components.
Mitigating serverless cold start delays : My
experiments & observations
– This post evaluates if frequently pinging website urls
is a reliable approach to mitigate cold start delays for
websites hosted on Node based serverless platforms like
Vercel or Netlify.
|