Shimmer From Structure - Never build skeleton loaders again
by•
A structure-aware skeleton loader that mirrors your rendered UI at runtime. Zero layout duplication for React, Vue, Svelte, Angular & SolidJS.
Replies
Best
Maker
📌
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
Replies
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