編集の要約なし
タグ: visualeditor
編集の要約なし
タグ: visualeditor
3行目: 3行目:


=== You will learn ===
=== You will learn ===
* How to create and nest components
* How to create and nest components
* How to add markup and styles
* How to add markup and styles

2026年7月5日 (日) 14:09時点における版

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