Exploratory Testing Jest Setup: Gotchas with Next and MUI If you're setting up UI tests with Jest and React Testing Library and then adding in NextJS and Material UI, watch for these three things.
Web Apps Embed Payload CMS 3.0 Admin UI in Your Next.js App Here's how to integrate Payload CMS 3.0 beta with a Next.js application and embed the Payload CMS Admin UI in your Next.js web application.
Developer Tools Next.js 15: Unveil New Horizons in Web Development The release of Next.js 15 marks a pivotal moment for web developers, with transformative features designed to enhance efficiency.
Platforms & Languages How To Use API Route Handlers in Next.js 13+ (App Router) The latest Next.js update introduces a directory structure known as the app router and a new method for handling API routes: Route Handlers.
JavaScript Tips for Effective Code Documentation: How to Make Your Next App Readable The best code documentation for a Next.js app is code that is as self-documenting as possible. Here are some tips and best practices.
Developer Tools 4 Benefits of Choosing Next.js for a Building a Custom Web App Recently, I needed to create a web app and ended up choosing Next.js. Although the Next.js framework was new to me, I found a lot of things to like.
TypeScript Quick Next.js + GraphQL Integration via API Routes A guide to getting a lightweight GraphQL server up and running in your Next.js app via API routes.