#web-development
Read more stories on Hashnode
Articles with this tag
A beginner's guide to exploring the new Next.js app directory and server components · I've been avoiding trying the new app folder, mostly because I just...
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...
Use plop.js to make the tedious task of creating new files a breeze · So you are working in your React app, and it comes the time to create a new...
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...
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...
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...