Open 1chooo opened 1 month ago
The current app/blog/page.tsx contains the logic of skeleton frame; however, it's related to the loading components; therefore, we can separate the file into app/blog/loading.tsx and app/blog/page.tsx. With this work we can manage our project well.
app/blog/page.tsx
app/blog/loading.tsx
related: #315 #314
maybe we have done in #324
The current
app/blog/page.tsx
contains the logic of skeleton frame; however, it's related to the loading components; therefore, we can separate the file intoapp/blog/loading.tsx
andapp/blog/page.tsx
. With this work we can manage our project well.related: #315 #314