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

My React application code compiled successfully but when hit `yarn build` command failed with following error. Module not found: Error: Can't resolve 'D:/projects/updateui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js' in 'D:\projects\updateui\src\components' I have upgrade my application...

needs triage
issue: bug report

I'm finding that tree shaking only works with `process.env.NODE_ENV` and won't work with `process.env.REACT_APP_[my variable name]` For example, if I do the following `myModule` is not showing up in my...

needs triage

Since the React Testing Library is already bundled with apps generated with Create React App, I have removed unnecessary information relating to the installation of ``@testing-library/react`` and ``@testing-library/jest-dom`` using npm...

CLA Signed

Webpack 5 removes the automatic polyfill of NodeJS global "process", this pr adds process fallback as empty object. Aditionally: * Updated Webpack * Updated react-error-overlay build script to use Webpack...

CLA Signed

This is a huge fucking hassle sometimes. Whoever made the decision to clear the console needs to be relieved of duty. There is no opinion at play here, this is...

needs triage
issue: bug report

Hi, so there is a long discussion for and against CRA's `react-hooks/exhaustive-deps` lint rules in the issue #6880. Without going to further analyze that, it's safe to assume that the...

issue: proposal
needs triage

i am keep getting these errors while installing react using VS Code. Please someone help resolving this issue ![Capture](https://user-images.githubusercontent.com/106863618/175540738-022c9504-c7e3-4aed-8cc6-88b10b16728a.PNG) .

Hi Team React, Could you please maintain the CRA template as a separate repository so that users can fork the template and create their own templates adding additional abstraction and...

issue: proposal
needs triage

Hey 👋 I'm having some kind of issue while importing/exporting modules when using index files. I'm having my repo this way: - /src - /services - index.ts - /serviceA -...

needs triage
issue: bug report