Late Night Coding 😎
OK so it's been a really long workday, with lots of sideline hours wasted, waiting to be able to work on the MOOVPAD tasks in the evening. But now it's almost midnight here in Sydney and I'm planning to chill with this awesome latest release from Aesthetic Lofi and share this update real quick. Hope you enjoy it with me, and let's take a look 🙂
Loading UI Elements
To the left is a capture that demonstrates a technique for hiding and revealing components in Blazor apps, with tag helpers in the HTML markup that don't actually remove the components, but simply change their visibility. When the lower button is pressed, the counter elements disappear, while clicking it again returns the page to the state shown.
The advantage of this approach is that it allows me to build an app that runs on a single component page without the need to pass objects between different components or use things like cookies to store information. However the disadvantage is going to be extended loading times if I add too many components on to the single page. What that loading time will actually look like in practice is still unknown since it hasn't been tried from an external server as yet.
That's why I'm trying to get started with the MS Azure stuff at the same time. It will allow me to see what the loading times really look like for an app design like this.
Time will tell 🙂
Stay awesome,
EMH