Top "Create-react-app" questions

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

How to set a base url for react-router at the app level?

I have an app created with create-react-app that I want to install in a subdirectory on my website. The recommended …

reactjs react-router-v4 create-react-app base-url
How to use css modules with create-react-app?

According to a tweet by Dan Abramov, CSS modules support is there in create-react-app (CRA). One just needs to give …

reactjs create-react-app css-modules
Create-React-App build - "Uncaught SyntaxError: Unexpected token <"

I realize this question has been asked multiple times but nothing has worked for me... I'm trying to create a …

reactjs webpack jsx create-react-app
How do I change `src` folder to something else in create-react-app

I'd like to know if it's possible using react-script to rename src to something else like app folder

reactjs create-react-app react-scripts
How to set NODE_ENV from package.json for react

I am trying to target multiple environments from local while executing react app. 1. Development 2. Staging 3. Production I am also trying …

javascript reactjs create-react-app development-environment staging
Warning: validateDOMNesting(...): <a> cannot appear as a descendant of <a>

I'm trying to use react-router with reactstrap in a create-reat-app .In the routing page i needed to use state for …

reactjs react-router create-react-app reactstrap
Serving a front end created with create-react-app with Flask

I have a Flask back-end with API routes which are accessed by a React single page application created using create-react-app. …

python reactjs flask create-react-app
How should I configure create-react-app to serve app from subdirectory?

I have classic web application rendered on server. I want to create admin panel as single page application in React. …

reactjs webpack single-page-application create-react-app
How do I support IE 11 with Create React App 3.0?

With the release of Create React App 3.0 and the addition of browserlist, adding support for IE 11 is trivial, but the …

internet-explorer create-react-app
Is there an option to show all test descriptions when I run jest tests?

I'm using jest and enzyme with my create-react-app project. When I run npm test, I get an output that shows …

reactjs jestjs enzyme create-react-app