//blog/tag: next.js

Entries tagged "next.js"

3 entries

Feb 12, 2025v2025.02

Next.js Server Actions Integration with MySQL to Build a CRUD App

Next.js 13+ introduces Server Actions, an innovative feature that simplifies server-side logic handling while keeping API calls efficient. When combined with MySQL, this enables developers to build powerful, server-drive

MySQL · next.js · 4 min read
Jan 17, 2025v2025.01

How to Deploy a Next.js Application with Nginx on FreeBSD

How to Deploy a Next.js Application with Nginx on FreeBSD Next.js, a popular React framework for building server-rendered applications, offers robust features like static generation, server-side rendering, and API route

FreeBSD · Nginx · next.js · 4 min read