Top "Create-react-app" questions

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

"React must be in scope when using JSX" (react/react-in-jsx-scope with "window.React = React" on index.js)

I am following Chapter 5, "React with JSX", of "Learning React" from O'Reilly. I wrote the Recipes App using create-react-app as …

reactjs jsx create-react-app react-dom
getting 404 for links with create-react-app deployed to github pages

I'm trying to deploy a create-react-app to a relative path on GitHub pages with a custom domain. E.g. www.…

react-router create-react-app react-router-redux
Creating a web worker inside React

I have a React app created with create-react-app, not ejected. I'm trying to use web workers. I've tried the worker-loader …

reactjs webpack web-worker create-react-app
Could not get uid/gid when building Node/Docker

My Dockerfile is using alpine and globally installing react-scripts. When it tries to install it, it fails with "could not …

reactjs docker create-react-app react-scripts
Setting service worker to exclude certain urls only

I built an app using create react which by default includes a service worker. I want the app to be …

service-worker create-react-app
Created an app with create-react-native-app, how to publish it to the Google Play Store?

I have created an app with create-react-native-app, but I am not sure how to publish it to google play store. …

react-native create-react-app expo
ReactJS - SCRIPT1010: Expected identifier - Production build not running on IE11

I created a new project with create-react-app today. The production build is not running fine on IE11, the console shows …

reactjs internet-explorer-11 babeljs create-react-app polyfills
In create-react-app, adding Bootstrap 4?

Since create-react-app hides Webpack config without having to use eject, if I want to use something like reactstrap or react-bootstrap, …

twitter-bootstrap reactjs webpack create-react-app reactstrap
How to deploy a create-react-app to a web host (ex. Siteground)?

I'm building a react project using create-react-app and am trying to figure out how to deploy my code to my …

reactjs github web-deployment continuous-deployment create-react-app
eslint in terminal Cannot find module 'eslint-config-react-app'

I use create-react-app to make a react app. the linter works in create-react-app but now i want make it work …

eslint create-react-app yarnpkg sublimelinter