#reactjs
Read more stories on Hashnode
Articles with this tag
In the past few months, I've prototyped several toy projects to explore ideas, learn new things, etc. Having a well-thought-out project starter is one...
If you're like me, you have a list of web app ideas that you want to work on. But starting a new web project has always been a pain. There are many...
It's a new year and with it comes new goals and objectives. I've been a professional web developer for 7 years now. Over these years, I've seen a lot...
Why HTTPS in localhost? For most applications, not having HTTPS in localhost is completely fine and that is the usual way. Recently, I needed a way to...
When working on multiple projects, I try to save as much time as I can and move as fast as possible without getting stuck. I'd rather spend time...
What is SWR? Typically, when we call a REST API, we use fetch or a third-party library like axios, or, god forbid, $.ajax and XHR. The browser then...