Trying out the app directory in Next.js
A beginner's guide to exploring the new Next.js app directory and server components

Search for a command to run...
A beginner's guide to exploring the new Next.js app directory and server components

Integrating the full range of Next.js features with Apollo Client.

It’s been a while so I thought I would share a quick guide for my favorite form library, the mighty react-hook-form. Instead of just showing you how to use the library, let’s do a little experiment that will showcase its main advantage. A matter of p...

No more boring links when sharing your website

Use plop.js to make the tedious task of creating new files a breeze

When you are maintaining a codebase it becomes hard to keep track and update the dependencies installed in your app. While it's important to keep things up to date, it's also a huge pain. Checking for updates, make sure nothing is breaking, etc. That...

This is the story of Max. Max thought his API keys were safe because he put them inside an .env file. Max didn't know his keys were visible in the network tab. 🥲 Max is actually me, Max is actually everyone. Especially when we are just learning a...

I've always looked at react-query from far away, before I was mainly working with GraphQL and Apollo was a great solution for my querying needs. Fast forward a couple years and now I am at a different job and I am not using GraphQL anymore. Having he...

Handling forms in React could be a pain, Formik is a small library that comes to rescue us. This is not an introduction to formik (if you want one, let me know in the comments) but more of a guide on how to combine custom input components and formik...
