Top "Create-react-app" questions

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

How can I serve robots.txt on an SPA using React with Firebase hosting?

I have an SPA built using create-react-app and wish to have a robots.txt like this: http://example.com/robots.…

reactjs firebase single-page-application robots.txt create-react-app
How can remove console.log in the production build of a React application created using create-react-app?

How can remove console.log in the production build of a React application created using create-react-app CRA?

reactjs build create-react-app console.log
Can I turn off create-react-app chunking mechanism?

I am setting up my React app project using create-react-app. I was wondering if there is a way to turn-off …

javascript reactjs create-react-app chunks chunking
public, src,and scripts folder not created while using create-react-app

I am trying to create a new project using create-react-app using the command given on the docs i.e npx …

reactjs create-react-app
undo 'npm run eject' in react

I was trying to test the performance of my React app(created with create-react-app) with react CDN script and i …

reactjs webpack create-react-app
What is the significance of browserslist in package.json created by create-react-app

I was asked this in an interview. I could not answer. "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_…

create-react-app package.json
serve -s build specify port number

I'm trying to serve a react-app's build folder from a DigitalOcean droplet. After I run yarn build, I get told …

reactjs digital-ocean create-react-app yarnpkg
How to resolve: "Definition for rule '@typescript-eslint/consistent-type-assertions' was not found"

My React app is not failing to compile due to the error: Definition for rule '@typescript-eslint/consistent-type-assertions' was not …

reactjs typescript npm create-react-app typescript-typings
antd design select placeholder issues

I am using antd design in my React app. Here's a code snippet where I am facing the issues : <…

javascript reactjs redux create-react-app antd
npm start not working after create-react-app

I am trying to create a react app with the below steps: npm install -g create-react-app create-react-app my-app cd my-app …

reactjs create-react-app npm-start