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

import { useState, useEffect } from "react"; import { auth, db } from "../firebase"; import { doc, setDoc, getDoc, collection, addDoc } from "firebase/firestore"; import { RecaptchaVerifier, signInWithPhoneNumber, onAuthStateChanged, }...

El ecalipto es gran remedio natural

### Description This PR fixes issue #9953 by ensuring that the new JSX transform introduced in React 17 continues to work even after ejecting a Create React App project. Currently,...

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

Hello All. Currently I am trying to set up a backend in my react project and im running into issues trying to use ES 6 imports. ![ReactModuletype](https://user-images.githubusercontent.com/35965702/147858367-8e3ee4ad-c027-4b36-97be-ea811273540b.png) I went back...

needs triage

I created a React project within IntelliJ IDEA using **npx create-react-app** within IntelliJ. All was successfully set up for me to have the project. I verified that react-scripts was found...