- 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
推薦閱讀
- C# 7 and .NET Core Cookbook
- Mastering JavaScript Object-Oriented Programming
- Practical Internet of Things Security
- PyTorch自然語言處理入門與實戰
- ASP.NET動態網頁設計教程(第三版)
- 你不知道的JavaScript(中卷)
- 精通MATLAB(第3版)
- Windows Phone 7.5:Building Location-aware Applications
- 執劍而舞:用代碼創作藝術
- C語言程序設計
- Web性能實戰
- TypeScript全棧開發
- Building Scalable Apps with Redis and Node.js
- Mastering Unity 2017 Game Development with C#(Second Edition)
- C#從入門到精通(微視頻精編版)