Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/[statLabel]ページのタイトル表示部分をReact Server Componentに切り分けて、ローディング表示を追加する #58

Open
ReoHakase opened this issue Jun 1, 2024 · 0 comments
Assignees
Labels
♻️ refactor コードのフォーマットやリファクタリング。

Comments

@ReoHakase
Copy link
Owner

概要

現状

タイトル表示文字列を生成するために行っているfetchが終わるまで、ローディング画面の返却が行えていない。

理想

src/app/[statLabel]/page.tsxでのfetch処理の実行をやめて、<Suspense>で囲う。
しかし、結局generateMetadata()関数内でもfetchしているため、修正してもパフォーマンスの改善は望めないかもしれない。

@ReoHakase ReoHakase added the ♻️ refactor コードのフォーマットやリファクタリング。 label Jun 1, 2024
@ReoHakase ReoHakase self-assigned this Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ refactor コードのフォーマットやリファクタリング。
Projects
None yet
Development

No branches or pull requests

1 participant