📌  相关文章
📜  创建具有特定反应版本的应用程序 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:20.244000             🧑  作者: Mango

代码示例1
// if changing the create-react-app  script version does nothing then
npx create-react-app

//edit the package.json for react 
{    
      "react": "^16.0.0",
    "react-dom": "^16.0.0",
}

// run in terminal in the project folder
npm i

// and it will work