Cathal Mac Donnacha
Tech with Cathal ๐Ÿš€

Tech with Cathal ๐Ÿš€

Follow
Follow
homebadges
Tag

Frontend Development

#frontend-development

More content

Read more stories on Hashnode


Articles with this tag

Mocking Error, Empty and Loading states with MSW

Dec 6, 20227 min read

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...

Mocking Error, Empty and Loading states with MSW

Working around CORS in create-react-app

Jan 31, 20222 min read

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...

Working around CORS in create-react-app

Cypress vs Playwright: Which is best for E2E testing?

Dec 15, 20213 min read

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...

Cypress vs Playwright: Which is best for E2E testing?

Why you should make your tests fail

Dec 2, 20213 min read

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...

Why you should make your tests fail

How to test a select element with React Testing Library

Oct 6, 20213 min read

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...

How to test a select element with React Testing Library