1chooo / 1chooo.com

👨🏻‍💻 $ ls -al Hugo -- A Turborepo of my personal website and blog built using React and Next.js, and Nextra (V3), fully responsive across all devices
https://1chooo.com
Creative Commons Attribution 4.0 International
13 stars 2 forks source link

[Refactor] Separate Skeleton to the loading component #318

Open 1chooo opened 1 month ago

1chooo commented 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.

related: #315 #314

1chooo commented 1 month ago

maybe we have done in #324