Just wanted to let you know that your short to the point with live-coding examples and explanation is really helpful in understanding each Svelte feature sort of in isolation, this is huge resource to the svelte community specially newcomers. Really appreciate you for doing this, hope you get more subscribers so more people can learn from you. :D - IMO this is almost complimentary with the svelte tutorial available on svelte website.
@HunterScriptАй бұрын
I really appreciate your kind words! Exactly, my aim is to teach concepts/syntax in isolation without the distractions of a complex example. I’m so glad that your are getting something out of these videos! 😎👍🏻
@nigelnyakudya22629 күн бұрын
How best to implement Skeleton load using SSR,
@HunterScript3 күн бұрын
I am assuming you mean skeleton ui. I think just creating a state var, toggling that var accordingly, and handling the "Skeleton" in your CSS would work fine. Let me know if that answers your question.