wvdhouten / Soapbox

A content/blogging platform written in ASP.NET Core.
MIT License
2 stars 1 forks source link

Feature: Add PWA functionality to the Default template #19

Closed wvdhouten closed 2 years ago

wvdhouten commented 3 years ago

Purpose: Adding PWA functionality would make it installable. The minimum requirements for a PWA force it to also add a service worker, which could set a foundation for eventually offline support and more dynamic pages with JavaScript.

Solution:

Alternatives considered: N/A

Additional context: The site is currently using full round-trips for each interaction which render the service-worker kind of useless, but that's OK for an initial step.

wvdhouten commented 2 years ago

Done