WASM loader?
#3292
Replies: 1 comment 5 replies
-
Well, we already have it :) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm at the end of my development so getting ready to launch my site in c.a. 2 weeks and am starting to get test feedback on slow loading of my site.
This simple boring spinner for 3-5 seconds is just not it...

So I just had an idea for a super simple component that I think lots of backend WASM sites would love to have and that is some kind of loading icon/image.
These messages shown (one after another) when the site is loading
It wouldn´t be doing any of these things but the user probably has more patience when I "knows" why he is waiting so long.
The component would have steps (e.g. 3 as here above) with text input and some basic animation (icons/colours, time between steps?).
Is this even possible? I know that there are some other ways to pre-render stuff on the server and I probably will do that but thats looks to be lot more work for me, with time I really don´t have.
Thought I share this with you if this was something..
Beta Was this translation helpful? Give feedback.
All reactions