- Create React App 2 Quick Start Guide
- Brandon Richey
- 227字
- 2021-07-02 12:53:25
The yarn eject command
Removes Create React App scripts and preset configurations and copies build dependencies, configuration files, and scripts into the app directory. If you do this, you can't go back to using Create React App on your project!
For this one, it is worth taking a look at what the documentation says for this command. In layman's terms, this turns your project from a Create React App project, turns it into a Webpack configuration, and removes a lot of details of Create React App and the React Scripts project that essentially hides some of the details from you. A similar concept would be buying a computer pre-built versus assembling it yourself (or reassembling it). You may start off wanting everything all put together for you, but maybe some day you'll want to add some more RAM or replace the video card, at which point you'll have to open up what was previously a black box to enable you to configure things further!
This is also something you might do if you need to go outside of the confines of the default project structure and configuration that you get from a base project. This will allow you to turn it back into a standard Webpack project and add new libraries, change the defaults and baseline details, or go even further and swap out other core components.
- Learning LibGDX Game Development(Second Edition)
- DBA攻堅指南:左手Oracle,右手MySQL
- Responsive Web Design with HTML5 and CSS3
- x86匯編語言:從實模式到保護模式(第2版)
- Instant QlikView 11 Application Development
- Building a Recommendation Engine with Scala
- 3D少兒游戲編程(原書第2版)
- 組態軟件技術與應用
- Python+Tableau數據可視化之美
- 機器學習微積分一本通(Python版)
- 產品架構評估原理與方法
- AI輔助編程Python實戰:基于GitHub Copilot和ChatGPT
- KnockoutJS Blueprints
- 生成藝術:Processing視覺創意入門
- Web前端開發全程實戰:HTML5+CSS3+JavaScript+jQuery+Bootstrap