#frontend-development
Read more stories on Hashnode
Articles with this tag
One of the less exciting things about being a Frontend Developer is having to handle error, empty and loading states. It may not be the most fun thing...
One problem we often face as frontend developers is dealing with CORS when making API requests. What is CORS? CORS (Cross-Origin Resource Sharing) is...
Cypress was our go-to end-to-end (E2E) testing tool, and we were pretty happy with it, up until recently that is. Lately, we've run into a couple of...
Learn why making your tests fail is actually a good idea. ยท Let's face it, most of us developers don't necessarily love writing tests. We sometimes end...
I recently needed to add tests for a <select> element I was developing, and I couldn't find a lot of resources on how to do this with React Testing...