I was tired of Skeleton Loaders drifting from my actual UI components. Everytime I update the component structure, I have to update the skeleton UI and sometimes I forget.
I then thought, Why are we even writing loading skeleton code while we can just derive the skeleton from the actual component structure at runtime... but before the dom paints
Report
No reviews yetBe the first to leave a review for Shimmer From Structure
I was tired of Skeleton Loaders drifting from my actual UI components. Everytime I update the component structure, I have to update the skeleton UI and sometimes I forget.
I then thought, Why are we even writing loading skeleton code while we can just derive the skeleton from the actual component structure at runtime... but before the dom paints