Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Suspenseを活用する #30

Open
junseinagao opened this issue Jun 14, 2022 · 4 comments
Open

Suspenseを活用する #30

junseinagao opened this issue Jun 14, 2022 · 4 comments
Assignees

Comments

@junseinagao
Copy link
Owner

React.Suspense を使ったけど、上手く機能していなさそう。

調査して正しく使う。

@junseinagao
Copy link
Owner Author

Suspenseはいくつかのユースケースがありそう。

  • 動的インポートの表示時にfallbackを表示するパターン ( Official Support )
  • コンポーネント内部のデータの取得失敗時にfallbackを表示するパターン ( Render-as-fetch という )

自分がやりたかったのは、 Render-as-fetch

@junseinagao
Copy link
Owner Author

Render-as-fetch の実装パターン

リクエスト時に自分で実装する or ライブラリを使う必要がある

dai-shi/react-suspense-fetch

swrも対応

@junseinagao
Copy link
Owner Author

「失敗した時に fallback が表示される」というテストを書きたい...

@junseinagao
Copy link
Owner Author

useRegisterPrefectureCheckbox.ts のテストを書けばよさそう。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant