Next.js

How to Deploy a Next.js App on Ubuntu with Nginx and Let’s Encrypt

Updated: January 5, 2023 By: Khue

Next.js is a rapidly growing open-source React framework for building web applications. It is fast, efficient, and offers an extensive set of features, including server-side rendering, dynamic routing,…

Default 404 page in Next.js

How to Create a Custom 404 (Not Found) Page in Next.js

Updated: June 14, 2023 By: Khue

Next.js is a React framework for building server-side rendered (SSR) or static web applications with pre-renders pages at build-time (SSG). It enables developers to build fast, optimized, and…

Next.js Link: Disable auto scrolling to top on page changes

Updated: January 4, 2023 By: Khue

In Next.js, when a user navigates from one page to another page by clicking on a <Link> component, they will be scrolled to the top of the destination…

How to Highlight Currently Active Link in Next.js (Updated)

Updated: June 14, 2023 By: Goodman

In a web app, giving an active link a particular CSS style will enhance the user experience and makes it easier for them to navigate and know where…

1 9 10 11