此文章是翻译How to develop apps bootstrapped with Create React App 官方文档
由于原文太长了,因此将此翻译文章将分成四个部分:
- 如何开发由Create-React-App 引导的应用(一)
- 如何开发由Create-React-App 引导的应用(二)
- 如何开发由Create-React-App 引导的应用(三)
- 如何开发由Create-React-App 引导的应用(四)
上述每个部分最多包含10 个目录,其中包含的相关目录如下所示:
如何开发由Create-React-App 引导的应用(一) 包括:
- Updating to New Release
- Sending Feedback
- Folder Structure
- Available Scripts
- Supported Language Features and Polyfills
- Syntax Highlighting in the Editor
- Displaying Lint Output in the Editor
- Debugging in the Editor
- Changing the Page title
- Installing a Dependency
如何开发由Create-React-App 引导的应用(二) 包括:
- Importing a Component
- Adding a Stylesheet
- Post-Processing CSS
- Adding a CSS Preprocessor (Sass, Less etc.)
- Adding Images, Fonts, and Files
- Using the public Folder
- Using Global Variables
- Adding Bootstrap
- Adding Flow
- Adding Custom Environment Variables
如何开发由Create-React-App 引导的应用(三) 包括:
- Integrating with an API Backend
- Proxying API Requests in Development
- Using HTTPS in Development
- Generating Dynamic
<meta>
Tags on the Server - Pre-Rendering into Static HTML Files
- Injecting Data from the Server into the Page
- Running Test
- Developing Components in Isolation
- Making a Progressive Web App
- Deployment
如何开发由Create-React-App 引导的应用(四) 包括:
- Advanced Configuration
- Troubleshooting
- Someting Missing?