編集の要約なし
タグ: 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.
ようこそ React の説明書へ!このページはあなたに日常的に React を使う時の考え方の80%ほどを紹介します。


=== 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:17時点における版

サクッと始めよう

ようこそ React の説明書へ!このページはあなたに日常的に React を使う時の考え方の80%ほどを紹介します。

あなたが学ぶこと

  • どうやってコンポーネント達を作ったり、囲ったりするか
  • どうやってマークアップやスタイルを適応させるか
  • どうやってデータを表示させるか
  • どうやって条件分岐させたりリストを作成するか
  • どうやってイベントに反応させたり表示内容を更新したりさせるか
  • どうやってコンポーネント達にデータを共有させるのか