nekhaly / TodoApp

A Todo App with React FE and .NET BE
0 stars 0 forks source link

Implement Offline-first Concept #7

Open nekhaly opened 9 months ago

nekhaly commented 9 months ago
nekhaly commented 9 months ago

The service worker to enable this feature is created out of the box when creating the project from the Visual Studio template. The service worker there is adjusted to work on a production environment and suppressed when working from localhost. I'll close this for now and open a new task on Second Milestone to cover integrating the FE and BE using the service worker already created.

nekhaly commented 9 months ago

I would like to create the service worker for this task from scratch as I haven't touched this area in a long time. Ideally, the service worker created should also close #16 from milestone 3.