create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Set up a modern web app by running one command.

Results 590 create-react-app issues
Sort by recently updated
recently updated
newest added
trafficstars

On devices with slower connection (

CLA Signed

### Describe the bug I have uploaded all the static resources to CDN, include .js and .css files. So I have to set the 'homepage' as the host address of...

issue: bug report

### package.json `{ "name": "client", "version": "0.1.0", "private": true, "dependencies": { "@craco/craco": "^6.4.3", "@emotion/react": "^11.7.0", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.2.0", "@mui/material": "^5.2.1", "@testing-library/jest-dom": "^5.15.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "axios": "^0.24.0", "dotenv":...

issue: question

I can't figure out what could be causing this but in this one UI I am managing for years: whenever i make changes to code while reacts-scripts is running locally...

needs triage

Load to project [babel-plugin-formatjs](https://formatjs.io/docs/tooling/babel-plugin) if the project includes `formatjs.config.js` file. `formatjs.config.js` file includes options for `babel-plugin-formatjs` plugin. For example: ```js module.exports = { 'idInterpolationPattern': '[sha512:contenthash:base64:6]', 'ast': true } ```

CLA Signed

### Describe the bug After setting up with `pnpm` with an option `auto-install-peers=true`, there was an error in `App.test.tsx`. ```properties Property 'toBeInTheDocument' does not exist on type 'JestMatchers'.ts(2339) ``` ###...

needs triage
issue: bug report

### Describe the bug Running tests (using `npm test`) for a newly created app throws the error: ``` Error: Failed to initialize watch plugin "node_modules/jest-watch-typeahead/filename.js": ● Test suite failed to...

issue: install problem
issue: bug report

Regarding this [pull request](https://github.com/facebookincubator/create-react-app/pull/1344#issuecomment-302887448) around the improvements to environment variables, based on @gaearon's suggestion, I wanted to start a discussion on how to handle a docker-centric, 12 factor app-based workflow...

issue: proposal

Using `dependencies` for plugins in sharable configs for `eslint` is an antipattern. According to [the docs](https://eslint.org/docs/developer-guide/shareable-configs#publishing-a-shareable-config), these dependencies should be put to `peerDependencies`. The reason is that multiple sharable configs...

needs triage
issue: bug report

### Describe the bug Project CRA 5, with a `.env.development.local` file configured with HTTPS settings, gives deprecation warning. ### Actual behavior A deprecation warning is issued on bootstrap, app still...

CLA Signed