Cathal Mac Donnacha
Tech with Cathal ๐Ÿš€

Tech with Cathal ๐Ÿš€

Follow
Follow
homebadges
Tag

create-react-app

#create-react-app

More content

Read more stories on Hashnode


Articles with this tag

Migrating from Create React App (CRA) to Vite

Aug 22, 20227 min read

Learn how to migrate your CRA app over to Vite. ยท I recently migrated a production app within my company from create-react-app (CRA) to Vite, and the...

Migrating from Create React App (CRA) to Vite

Migrating from Jest to Vitest

May 25, 20224 min read

I recently migrated from create-react-app (CRA) to ViteJS, and as part of that, I switched my test runner from Jest to Vitest. In this article, I go...

Migrating from Jest to Vitest

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