- Create React App 2 Quick Start Guide
- Brandon Richey
- 214字
- 2021-07-02 12:53:24
What problems does CRA solve?
Create React App is designed to solve the problem of needing to understand a large number of different tools, scripts, configuration utilities, configuration languages, and file types just to get started developing. So now this isn't a problem you need to solve when you're advanced in your project and learning. And it isn't a problem you need to solve when you're an expert and trying to optimize your bundle to minimize what the end user needs to download when they want to use your fancy web application!
Remember, the problem we're talking about here is not one that the experts are solving alone: this problem existed at all skill levels of development and for every person. What's worse, these problems were duplicated every time you started a new project. As developers, we hate duplicating and wasting effort, so the Create React App team set out to remove these speed bumps!
Create React App allows you to get started at any skill level, at any level of comfort and familiarity with JavaScript and its ecosystem. You can start a project and get everything you need, including testing tools and frameworks, with a single command-line tool.
It is not laziness. It is efficiency.
It is not oversimplification. It is removing barriers.
- Practical Windows Forensics
- 深度學習:算法入門與Keras編程實踐
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- Apex Design Patterns
- 學Python也可以這么有趣
- Learning Zurb Foundation
- 軟件測試技術指南
- Linux Device Drivers Development
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- C語言程序設計上機指導與習題解答(第2版)
- Getting Started with React Native
- Red Hat Enterprise Linux Troubleshooting Guide
- Java程序設計與項目案例教程
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Vue.js 3應用開發與核心源碼解析