Web
Implementing Site Search with Fuse.js in Next.js 14
July 1, 2024
Program
This tutorial demonstrates how to implement a site search feature in a Next.js project using Fuse.js, including pre-building a JSON file and dynamically displaying content based on user input.
Implementing Multilingual i18n with Next.js 14
June 22, 2024
Program
Implementing Multilingual i18n with Next.js 14 and negotiator.
Using Next.js 14 to Render Markdown Data
June 21, 2024
Program
Rendering Markdown data using Next.js 14 and react-markdown.
Switching from Hugo to Next.js 14: Building a Blog
June 19, 2024
Program
Sharing thoughts and processes on why to ditch Hugo and choose Next.js for blog building.
Next.js 14 Environment settings, Set up, Project structure
February 9, 2024
Program
Document how to create a Next.js 14 project and explain its structure.