In this article I will show you how to translate your React app with React-i18next and give a few...
As we all know, everybody always has an opinion, but that is not what this article is about. I want...
Project setup Create a new folder (my-cli-demo for example) and use npm init command....
Here's what Code GPT thinks about the quality of my React code: Your code is quite well written...
Bad habits, we all have them! In this article, I will confess some of my own coding bad habits and...
While working on apps that will be deployed to Vercel, I have run into this situation several times,...
My hope for 2023 is that this 10x developer myth will change from how many commits are made, to how...
I needed this functionality to parse a configuration regardless of whether it was supplied as an...
What is composition Let me demonstrate with a small example: // no...