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

The document has been transformed into an HTML structure with sections for HTCD 90 and HBC 260, including forms for adding records and displaying tables for verified records.

## Summary This PR replaces usage of the deprecated `fs.F_OK` constant with `fs.constants.F_OK` in **`packages/react-dev-utils/checkRequiredFiles.js`**. This resolves the Node.js DeprecationWarning: --- ## Why - `fs.F_OK` is deprecated in Node.js and...

CLA Signed

### Describe the bug (Write your answer here.) ### Did you try recovering your dependencies? (Write your answer here.) ### Which terms did you search for in User Guide? (Write...

needs triage
issue: bug report

…ness.onlineimport { useState } from "react"; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Label } from...

### Is your proposal related to a problem? This is a follow-on from #7248. Right now, we don't support JSONC (JSON with comments) in `jsconfig.json` files. ### Describe the solution...

issue: proposal
difficulty: medium
contributions: claimed
good first issue

### Describe the bug (Write your answer here.) ### Did you try recovering your dependencies? (Write your answer here.) ### Which terms did you search for in User Guide? (Write...

needs triage
issue: bug report