codelynx
.dev
Categories
Posts
🇫🇷
Posts
🇬🇧
Categories
react
css
ai
html
javascript
nextjs
next
story
advice
tools
typescript
Posts
Oct 2024
Redux is Dead. Use Zustand Instead...
Redux is an outdated library that no longer meets current needs. I'll explain why you should use Zustand in all your projects without hesitation.
Oct 2024
HTTP: How Does It Work?
HTTP is the backbone of the web, essential for understanding and mastering web development. This article will help you grasp its concepts easily.
Oct 2024
How to Schedule Your Blog Posts Using NextJS?
Learn how to automatically publish new blog posts based on a predefined date using cron jobs in NextJS. I'll guide you through the process.
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).
Sep 2023
How to Setup NextAuth Password with Database (Next Page 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.