Issue #34 // Dec 8, 2023 // Open web version |
|
βΆ Stream Your Components From Next.js Server Actions β Far too few developers are aware that Server Actions can return interactive React components. This video explains how to leverage this capability to build an app using OpenAI's and Spotify's APIs
Guide to fast websites with Next.js β A collection of best practices and recommendations for building faster websites with Next.js
π Tutorials, Articles & OpinionNext.js 14: Layouts vs Templates β Explains the differences between a layouts.tsx and templates.tsx file and demonstrates when to use each
Add user management to a Next.js site with React Server Components, Server Actions, and AuthKit β The company behind Radix UI recently released a new authentication platform with an open source UI called AuthKit. This tutorial shows how you can use it to add user management to your Next.js app
ποΈ Next.js 14 with Tim Neutkens β Tim Neutkens (Engineering Manager at Vercel) joins this episode of the PodRocket podcast to talk about all the new features in Next.js 14
How to set up self-healing URLs in Next.js for better SEO β Self-healing URLs allow for human-readable text, but also include a unique identifier that will always point to the correct page. This guide explains how to implement them in Next.js
π¦ Packages / Tools / ReposStyleX β Meta has finally released StyleX, their CSS-in-JS library. The goal is to enable developers to build scalable and composable style systems without compromising runtime performance. Check out this launch post for more details
Redux Toolkit 2.0 β This week also brought a major release of the βmust haveβ toolset for Redux based apps. Besides many breaking changes and updates to the underlying libraries, this release also includes a new docs page that covers how to set up Redux properly with Next.js
Email Editor β An open-source email template editor built with Next.js that allows you to create and customize responsive email templates with drag-and-drop
next-translate β A simple way to introduce internationalization to your Next.js apps.
π RelatedWhat do we know about React Forget β React Forget is an upcoming compiler that the React team is currently developing. Its goal is to eliminate unnecessary rerenders in your components, thereby improving performance
The Pros and Cons of Using React Today β An in-depth look at the state of the React JavaScript framework β its strengths, its limitations, and how reliable it is for developers today
Polymorphism in React: 2 patterns you must know β A polymorphic component lets you change the underlying element that it renders by passing it as a property. This guide explains how to do that through the βasβ and βasChildβ props pattern
Tailwind has a scalability problem. How can we solve that? β Explaining two solutions for building more scaleable and maintainable Tailwind projects. (If you're a shadcn/ui user, you're already familiar with both of the recommended solutions)
|