Top "Create-react-app" questions

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

npm ERR! Response timeout while trying to fetch https://registry.npmjs.org/react-is (over 30000ms)

When I want to create a react app I'm encountering the following error: npm ERR! Response timeout while trying to …

reactjs npm create-react-app npm-install npm-scripts
'React' was used before it was defined

I am working with create-react-app + typescript + eslint application and during build have such error: Line 1:8: 'React' was used before it …

reactjs typescript create-react-app eslint
Cordova with Create-react-app

I have created a ReactJs app with create-react-app and then made the Production build with npm run build. In my …

javascript reactjs cordova create-react-app
google is not defined in react app using create-react-app

I create a react app using the cli called create-react-app. Look like Facebook did lots of things underneath, such as …

google-maps reactjs webpack create-react-app
Jest + Typescript + Absolute paths (baseUrl) gives error: Cannot find module

I am setting a configuration to run my tests in a create-react-app + typescript app (from which I have ejected). I …

typescript visual-studio-code jestjs create-react-app absolute-path
Create-React-App: What's the best way to include CSS from node_module directory

I'm trying to include some CSS in my create-react-app project. The CSS is from a 3rd party NPM package and …

create-react-app
React create app hot reload is not always working on linux

I created a react application using create-react-app boilerplate, which seems to be very popular, hot reload some times updates when …

node.js linux reactjs create-react-app
How to upgrade a React project built with create-react-app to the next create-react-app version?

I have a React project built with create-react-app 1.5. I would like to get the features of create-react-app 2.0 for my React …

reactjs create-react-app
Problems with babel loader in react-create-app

The Problem create-react-app initializes a repository where babel-loader is installed as an older version than needed. LOG: There might be …

reactjs webpack babeljs create-react-app babel-loader
How to build a production version of React without minification?

Background I've been following more or less the official guide to setup a local dev environment with react and it …

node.js reactjs minify create-react-app react-scripts