codelynx
.dev
Categories
Posts
🇫🇷
Posts
🇬🇧
Categories
react
css
ai
html
javascript
nextjs
next
story
advice
tools
typescript
Posts
Oct 2024
How to Use Next-Safe-Action for Your Server Actions
Next-Safe-Action is the best library for managing NextJS actions, and I have developed many methods to achieve better code with Next Safe Action in NextJS:
Oct 2024
The Guide to Server Actions in NextJS
How do Server Actions work in NextJS and how to use them in your application? Here is a complete guide that will present best practices and everything you need to know about server actions.
Oct 2024
How Do Server Actions Work in NextJS?
Server actions are often considered magical in NextJS, but more seriously: how are they coded? Let's look at NextJS code to find out.
Sep 2024
The best way to create API Routes in NextJS App Directory
How to create 100% TypeSafe routes using Zod. A library `next-zod-route` allows you to manage routing without hassle.
Sep 2024
How I organize my files in NextJS?
Where to put components, server-actions, pages in NextJS? How do I organize myself to always find what I need ?
Aug 2024
How to Setup NextAuth Password with Database (Next App Directory)
NextAuth is the quickest way to set up authentication in your NextJS app. In this tutorial, we will set up password authentication with NextAuth (it's hard).