Kevin-Kwan / kevin-kwan.github.io

My mobile-responsive, customizable personal portfolio website made using React, Next.js and Tailwind CSS to showcase your resume, education, programming skills, experience, and projects. Includes modular pages, easy-to-use components, and working contact form.
https://kevin-kwan.tech
4 stars 4 forks source link

Add skeleton loading to pages with cards #15

Open Kevin-Kwan opened 9 months ago

Kevin-Kwan commented 9 months ago

Skeleton loading is a user interface (UI) design technique used in web development to enhance the perceived performance of loading content. It involves displaying a placeholder preview of the final content before it finishes loading. The placeholder is usually a blank version of the page layout and is gradually populated with the actual content once it becomes available.

Kevin-Kwan commented 6 months ago

I don't fully understand how to do this yet, so I'll revisit this another time.