Top "Create-react-app" questions

create-react-app is a starter-kit for creating React apps with no build configuration.

Trying to use fetch and pass in mode: no-cors

I can hit this endpoint, http://catfacts-api.appspot.com/api/facts?number=99 via Postman and it returns JSON Additionally I …

javascript reactjs cors create-react-app fetch-api
How to fix missing dependency warning when using useEffect React Hook?

With React 16.8.6 (it was good on previous version 16.8.3), I get this error when I attempt to prevent an infinite loop …

reactjs eslint create-react-app react-hooks
The create-react-app imports restriction outside of src directory

I am using create-react-app. I am trying to call an image from my public folder from a file inside my …

javascript reactjs webpack create-react-app
npm start error with create-react-app

I have a project who I didn't touch for 2 weeks. I take it back and now when I try to …

javascript reactjs create-react-app
How to add fonts to create-react-app based projects?

I'm using create-react-app and prefer not to eject. It's not clear where fonts imported via @font-face and loaded locally should …

css reactjs fonts webpack create-react-app
What exactly is the 'react-scripts start' command?

I've been working with a React project using create-react-app and I have two options to start the project: First way: …

reactjs npm create-react-app react-scripts
where is create-react-app webpack config and files?

I create a ReactJS project with the create-react-app package and that worked well, but I cannot find webpack files and …

javascript reactjs webpack ecmascript-6 create-react-app
Home does not contain an export named Home

I was working with create-react-app and came across this issue where I get Home does not contain an export named …

javascript reactjs ecmascript-6 create-react-app
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY

I am trying all the ways of creating react application. I have tried with maven and now i am trying …

node.js reactjs npm create-react-app
Can't build create-react-app project with custom PUBLIC_URL

I'm trying PUBLIC_URL=http://example.com npm run build with a project built using the latest create-react-script. However, the …

javascript reactjs create-react-app