- Create React App 2 Quick Start Guide
- Brandon Richey
- 159字
- 2021-07-02 12:53:27
Creating Our First Create React App Application
In Chapter 1, Introducing Create React App 2, we started off by taking a good, long look at Create React App and some of the options it provides. We even got started with create-react-app and started learning React at a very basic level. What we need to do now, however, is start diving into building an application that will serve as the framework for adding more functionality and testing the limits of Create React App.
To make things extra easy, we're going to build a simple to do list, since that is an application that nearly everyone can understand. It even has a great non-digital analog to it, making it a simple thing to reason about!
In this chapter, we'll cover the following topics:
- Designing a web app
- Building a simple project structure
- Passing values to components via props
- Passing functions to children components via props
- Basic component styling with included CSS
推薦閱讀
- GitLab Cookbook
- Visual C++串口通信開發入門與編程實踐
- 高級C/C++編譯技術(典藏版)
- C#程序設計
- 碼上行動:用ChatGPT學會Python編程
- Learning R for Geospatial Analysis
- Geospatial Development By Example with Python
- ArcGIS for Desktop Cookbook
- C語言程序設計
- Mastering jQuery Mobile
- Hands-On Dependency Injection in Go
- 啊哈C語言!:邏輯的挑戰(修訂版)
- 深入大型數據集:并行與分布化Python代碼
- 零基礎學Java(第5版)
- 一步一步學Spring Boot:微服務項目實戰(第2版)