Best of Next.js — May 2024
- 1
- 2
Next.js·2y
Next.js 15 RC
Next.js 15 RC is now available, allowing you to test the latest features before the stable release. It includes support for React 19 RC, caching updates, incremental adoption of Partial Prerendering, executing code after a response, create-next-app updates, and optimizing bundling of external packages.
- 3
- 4
DEV·2y
It’s not just you, Next.js is getting harder to use
Next.js' App Router has two major problems that make it difficult to adopt. The Pages Router was simpler and had file-based routing. The App Router introduced new features but also increased complexity. It's challenging to avoid complexity as frameworks grow. Just because something is recommended, doesn't mean it's right for you.
- 5
- 6
Community Picks·2y
Build a Smooth Scroll Cards Parallax with Framer Motion and Next.js
Learn how to build a smooth scroll cards parallax animation using Framer Motion and Next.js. Initialize the project, render the sticky cards, create a card component, add on scroll image scaling, create cards parallax, and add smooth scrolling.
- 7
- 8
- 9
Community Picks·2y
AI-Powered Frontend UI Components Generator (Next.js, GPT4, Langchain, & CopilotKit)
Learn how to build an AI-powered frontend UI components generator using Next.js and Tailwind CSS. Integrate CopilotKit to add AI functionalities and generate UI components with an implementation tutorial.
- 10
- 11
- 12