#create-react-app
Read more stories on Hashnode
Articles with this tag
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...
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...
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...