Best of Next.js — May 2023
- 1
- 2
Community Picks·3y
The Next.js App Directory and Server Components Explained
Next.js 13 introduces several new features, including App Directory Routing, Server Components, and UI components. The routing in the /app directory is different from the /page directory, as it is folder-based rather than file-based. Layouts can be implemented using the new layout.tsx file in the /app directory. Server Components are non-interactive by nature and do not require client-side JavaScript. Client Components can be used to opt-out of server components and have access to client features.
- 3
- 4
Community Picks·3y
React Server Components
React Server Components aim to enable modern UX with a server-driven mental model and result in smaller client-side JavaScript bundles. They are not a replacement for SSR but complement it. Automatic code-splitting is introduced with Server Components. Next.js will experiment with Server Components. The goal is to enable meta-frameworks to improve.
- 5
Community Picks·3y
BearStudio/start-ui-web: 🚀 Start UI [web] is an opinionated UI starter with 🟦 TypeScript, ⚛️ React, ⚫️ NextJS, ⚡️ Chakra UI, 🟦 tRPC, ▲ Prisma, 🏖️ TanStack Query, 📕 Storybook, 🎭 Playwright, 🐜 Formiz◽Fr
Start UI [web] is a frontend starter repository created and maintained by the BearStudio Team. It includes TypeScript, React, NextJS, Chakra UI, and other libraries. The project provides documentation and a live demo. Local development setup and database instructions are also included.
- 6
Community Picks·3y
unicodeveloper/awesome-nextjs: :notebook_with_decorative_cover: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendere
This post is a curated list of resources, including books, videos, and articles, about using Next.js. It covers a wide range of topics and features related to Next.js such as instant site updates with on-demand revalidation and directus, dynamic CMS-driven redirects, using Next.js with FaunaDB, building a serverless Next.js blog with ButterCMS, and more.