create-react-app
create-react-app copied to clipboard
Set up a modern web app by running one command.
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...
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.
 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...