codelynx
.dev
Categories
Posts
🇫🇷
Posts
🇬🇧
Categories
css
story
web
mindset
tools
react
advice
tailwind
html
vscode
javascript
nextjs
ai
next
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.
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.