Issue #23 // Sep 14, 2023 // Open web version |
|
π₯ STOP using useState, instead put state in URL β Using this approach brings many benefits and follows the βdonβt break the webβ mantra. Also, not using useState means we can keep our server components
App Router FAQs β The new Next.js documentation page clarifies some of the issues and hurdles that most developers encounter when using the App Router.
Next.js, just why? β An open-source library maintainer shares their criticism of some of the inconsistent design decisions in the Next.js App Router
π Tutorials, Articles & OpinionOptimizing Next.js cold starts for Vercel β Super interesting deep dive into the topic of cold starts and tips and tricks to reduce them
π₯ Role-based Authentication in Next.js 13 using NextAuth β Another great video by Hamed. Learn how to use middlewares in Next.js to restrict access to certain pages based on a userβs role
How Suspense and Components Streaming works in Next.js β Insightful but also very technical post about Suspense, streaming and chunked encoding
π¦ Packages / Tools / ReposNovel β A Notion-style WYSIWYG editor for React apps with AI-powered autocompletions.
kirimase β Rails-like CLI for Nextjs. Quickly add an ORM like Drizzle, an auth package like Clerk or data libraries like tRPC to your project just by running a command
next-admin β Flexible dashboard for apps built with Next.js and Prisma
puck β Open source and self-hosted, drag and drop component editor for React
π Relatedπ₯ My thoughts on Bun β Everyone and their mother is currently talking about Bun. This video gives you a good overview of what it is, why itβs interesting and how it compares to Deno and Node.js
I Reviewed 1,000s of Opinions on Serverless β Is serverless still the real deal, or was it just a passing trend? Dylan delved into numerous online conversations to see what developers think today
How to Pass a Component as a Prop in React β Learn different ways to pass a component as a prop in React: passing JSX, using React.ComponentType, and using React.ElementType
React Server Actions become more widely supported β It's great to see how other frameworks are following in Next.js's footsteps and starting to implement RSCs
|