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

Easier CI triage and debugging. Support for future features (e.g. new templates, PnP, Vite interop). Safer execution locally and on CI without leaking temp directories.

Added [email protected] to dependencies in package.json Required lodash in getProcessForPort.js Used _.defaultsDeep() with a crafted payload to simulate prototype pollution vulnerability

This PR adds an early check to ensure that users are running a compatible version of Node.js when using create-react-app. If the Node version is below the required minimum, a...

CLA Signed

Simplify and improve the readability and maintainability of array operations (like sorting assets by size) within the codebase.

Simplify and improve the readability and maintainability of array operations (like sorting assets by size) within the codebase.

![Screenshot From 2025-06-08 10-32-27](https://github.com/user-attachments/assets/da8bc954-522b-4aea-bed2-532e4baa9b68) In navigation add On desktop and On mobile.

### Is your proposal related to a problem? I am currently implementing a bunch of tests with manual mocks. I'd planned to name most of them `index.tsx?` to mock a...

issue: proposal
needs triage