How to solve Blazor server throwing an error on page load

How to solve Blazor server throwing an error on page load

Ever since I've used Blazor I have found it will pop-up the error box with no apparent reason. I have found it to occur most commonly when either opening a sleeping tab or duplicating a tab etc. I believe it is due to the browser not actually having an open connection to the server and just rendering the UI from the cache. This occurs even in production. (more…)...
Read More
Adding PWA support to any site

Adding PWA support to any site

PWAs (Progressive Web Apps) are becoming a thing. They enable you to install the app as a local program / app, with their own icon in the taskbar and can be launched from the start menu. Let's discuss a few reasons why PWAs are the right way to go forward. PWAs are powerful, effective, fast and app-like. The improved speed, and the easiness that requires no installation or updates makes PWAs a developers choice. Development cost is drastically reduced since there is no need to create a mobile app. Native mobile apps need ratings to get them to show up in searches in the app store, you probably already have SEO working for your website so no more is needed. Sharing a link to a website is far easier than giving the name of the app for the user to try and find on their own. They have offline support, and can send push notifications if the user allows. Whilst there...
Read More