Best of Next.js โ March 2024
- 1
- 2
Community Picksยท2y
Breaking Down Next.js 14
Next.js 14 introduces new features such as server components, dynamic image generation, improved data fetching, caching strategies, and metadata management. It offers enhanced routing, error handling, page layouts, and middleware options. It aims to optimize web development, provide better performance, and set new standards for React developers.
- 3
- 4
- 5
freeCodeCampยท2y
How to Set Up React Testing Library With Next.js โ A Step-by-Step Guide
Learn how to set up React Testing Library with Next.js and understand the importance of testing in React development. Explore the features and benefits of React Testing Library and how it simplifies the testing process. Includes a step-by-step guide and an example of testing a board in a 2048 game.
- 6
freeCodeCampยท2y
How to Build a Full-Stack Kanban Task Management App With TypeScript, Next.js, Redux-toolkit, and Firebase
Learn how to build a full-stack Kanban task management app using TypeScript, Next.js, Redux Toolkit, and Firebase. The tutorial covers implementing authentication with next-auth.js, configuring the Redux store, creating the app markup, integrating Firebase Firestore, adding initial data to the Firestore database, fetching and populating data, and implementing CRUD operations.
- 7
Community Picksยท2y
Build A Responsive Sidebar using Next.js 14, React, shadcn/ui, and Tailwind CSS
Learn how to build a responsive sidebar using Next.js 14, React, shadcn/ui, and Tailwind CSS. The post covers the usage of the sheet and drawer components, toggling between desktop and mobile view, and styling the sidebar content.
- 8
- 9
asayerยท2y
Using Webhooks in Next.js
This post provides an explanation of webhooks and how to implement them in Next.js. It also guides readers through setting up Braintree Sandbox for testing payment systems. The post covers making payments, transfers, and refunds using Next.js and the Braintree payment gateway.
- 10
Theo - t3โคggยท2yI Can't Believe Tanner Made A Framework (Next.js Killer??)
A new React framework, built around the Tan Stack Router by Tanner Lindley, is introduced. It competes with Next.js and Remix and offers exciting features like server components. The framework is focused on server-side rendering (SSR) and provides a more minimal approach. It also supports deferred loading of data, making it more performant.
- 11
- 12
- 13
Community Picksยท2y
How Next.js breaks React Fundamentals (Examples)
This post discusses how Next.js breaks React fundamentals and provides examples of the DX (Developer Experience) issues in the current Next.js API. It argues for a better approach to framework API design that prioritizes DX while still providing good performance.