#frontend-development
Read more stories on Hashnode
Articles with this tag
In one of our projects, we use the axios library to make API requests to our backend REST endpoints. However, we need to add authorization headers to...
Developing with Next.js and deploying on AWS Amplify offers many advantages, but we encountered a significant hurdle: caching issues. Despite updates,...
In React, the useRef hook allows us to access and interact with DOM elements directly. But more than that, useRef can also be used to persist values...
Frontend developers often face a common challenge: waiting for the backend to be ready. This can sometimes hinder the pace of front-end development,...
When developing the front end of an application, waiting for the back end to be ready can sometimes slow down the development process. This is...
CSS Flexbox is a powerful tool for building flexible, dynamic layouts on the web. But like any tool, its real power shines through when you face a...