Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rick-async-react/src/app/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export default function Home() {
fallback を再表示せずに optimistic / pending で代替する。
これが async React における「初回は fallback / 更新時はそのまま」のパターン。
*/}
{/* Suspense は子の "suspend" を捕捉する境界。Promise を直接見ているのではなく、render 中に throw された Promise (= use / lazy / 対応 framework) に反応する。 */}
<Suspense fallback={<Design.FallbackList />}>
<LessonList
tab={tab}
Expand Down