- Create React App 2 Quick Start Guide
- Brandon Richey
- 254字
- 2021-07-02 12:53:25
The yarn build command
The function of this command is that it bundles the app into static files for production.
Running build takes the application and turns it into something more production-ready. What does that mean? Well, if you're already pretty comfortable with what tools such as webpack and brunch do in terms of turning them into production sites, you basically already know what this accomplishes. If, on the other hand, this all sounds incredibly confusing to you, I'm going to take a little bit of time and explain it in slightly less vague terms.
Essentially, most browsers can't handle code written for Create React App projects just by default. There is a lot of work that needs to be done in taking the code and translating it into something that makes more sense for the browsers, ensuring that it doesn't need to rely on help to interpret everything. From there, the code is also minified! It shrinks things down by renaming functions and variables, removing white space where it can, and doing small optimizations here and there until the code is reduced to a very clean and usable version. Everything is compressed and the file is condensed down as much as it possibly can to reduce the download time (which is important if you're targeting a mobile audience that may not have great internet speed).
Minified means exactly what it sounds like. It is the condensing of code into much smaller values, making it unreadable to humans but highly digestible for computers!
- 極簡算法史:從數學到機器的故事
- Flink SQL與DataStream入門、進階與實戰
- WSO2 Developer’s Guide
- 精通Linux(第2版)
- Learning ArcGIS for Desktop
- 持續輕量級Java EE開發:編寫可測試的代碼
- The Professional ScrumMaster’s Handbook
- Java并發編程之美
- Mastering Elixir
- PyQt編程快速上手
- 會當凌絕頂:Java開發修行實錄
- Java EE架構設計與開發實踐
- AngularJS UI Development
- VMware vSphere Design Essentials
- Cloud Development andDeployment with CloudBees