『改訂新版 これからはじめるReact実践入門 コンポーネントの基本からNext.jsによるアプリ開発まで』(山田祥寛・SBクリエイティブ・2025-09-12刊)の学習リポジトリ。
React 19以降/Next.js 15以降対応・全688ページ・全11章。
| フォルダ | 章 |
|---|---|
| ch01-introduction | Chapter 1 イントロダクション |
| ch02-react-basic | Chapter 2 Reactの基本 |
| ch03-component-basic | Chapter 3 コンポーネント開発(基本) |
| ch04-component-form | Chapter 4 コンポーネント開発(フォーム) |
| ch05-component-advanced | Chapter 5 コンポーネント開発(応用) |
| ch06-react-library | Chapter 6 Reactライブラリの活用 |
| ch07-hooks | Chapter 7 フックの活用 |
| ch08-routing | Chapter 8 ルーティング |
| ch09-testing | Chapter 9 テスト |
| ch10-typescript | Chapter 10 TypeScriptの活用 |
| ch11-nextjs | Chapter 11 Next.jsの活用(App Router/Reading Recorder開発/Vercelデプロイ) |