- 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
推薦閱讀
- Advanced Machine Learning with Python
- LabVIEW Graphical Programming Cookbook
- Learning Spring 5.0
- Android Studio Essentials
- Vue.js 3.x從入門到精通(視頻教學版)
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- jQuery開發基礎教程
- MongoDB權威指南(第3版)
- 小學生C++創意編程(視頻教學版)
- 移動增值應用開發技術導論
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Go語言入門經典
- INSTANT JQuery Flot Visual Data Analysis
- C++服務器開發精髓
- Java核心技術速學版(第3版)