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 648 create-react-app issues
Sort by recently updated
recently updated
newest added

I need to know why the react scripts takes too much time to build my code. Last week its working correctly but today I update some dependency to latest version...

needs triage

![react problem](https://user-images.githubusercontent.com/109921600/235821181-cfba23e3-6172-4f12-8180-e6b5d544964a.PNG)

needs triage

WHY: When I define two entry points. The service will jam. I think two identical files will be produced. HOW: Make filename dynamic, it works. ![image](https://user-images.githubusercontent.com/18487314/167836016-4bbfc61f-0875-408e-818c-e867a3dee773.png)

CLA Signed

final step so people know to steer away from this

Device: samsung SM-S721U (14/34/UP1A.231005.007) android.hardware.audio.low_latency android.hardware.audio.output android.hardware.audio.pro android.hardware.biometrics.face android.hardware.bluetooth android.hardware.bluetooth_le android.hardware.camera android.hardware.camera.any android.hardware.camera.autofocus android.hardware.camera.capability.manual_post_processing android.hardware.camera.capability.manual_sensor android.hardware.camera.capability.raw android.hardware.camera.concurrent android.hardware.camera.flash android.hardware.camera.front android.hardware.camera.level.full android.hardware.faketouch android.hardware.fingerprint android.hardware.hardware_keystore android.hardware.keystore.app_attest_key android.hardware.location android.hardware.location.gps android.hardware.location.network android.hardware.microphone android.hardware.nfc android.hardware.nfc.any...

### i just get started with react and as soon as i create new react app using create-react-app tool it gives an error without any modification of the project code

needs triage
issue: bug report

``` node --version v22.13.0 ``` ``` npx --version 10.9.2 ``` ``` npx create-react-app test-use-state Creating a new React app in /root/test-use-state. Installing packages. This might take a couple of minutes....

### Describe the bug CSS imports like ```css @import '~@my-company/package1/index.css'; ``` break the build when `@my-company/package1` is a sibling monorepo package, where monorepo is controlled by [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/). It's a...

needs triage
issue: bug report