編集の要約なし タグ: visualeditor |
編集の要約なし タグ: visualeditor |
||
| 1行目: | 1行目: | ||
= Quick Start = | |||
Welcome to the React documentation! This page will give you an introduction to 80% of the React concepts that you will use on a daily basis. | |||
=== You will learn === | |||
* How to create and nest components | |||
* How to add markup and styles | |||
* How to display data | |||
* How to render conditions and lists | |||
* How to respond to events and update the screen | |||
* How to share data between components | |||
2026年7月5日 (日) 14:08時点における版
Quick Start
Welcome to the React documentation! This page will give you an introduction to 80% of the React concepts that you will use on a daily basis.
You will learn
- How to create and nest components
- How to add markup and styles
- How to display data
- How to render conditions and lists
- How to respond to events and update the screen
- How to share data between components