DEV Community

Discussion on: Exploring The F# Frontend Landscape

Collapse
 
tunaxor profile image
Angel Daniel Munoz Gonzalez

PWAs are agnostic to how the application is built or how it runs, so you can build PWAs from all of the tech mentioned on this post :)
that being said, of course if you use a toolchain that allows for more control over service workers and similar things (like webpack/vite which are usable on the fable side) it will be easier to include it in your source code in F#
otherwise you will have to write that other Javascript manually write your service worker in javascript like I did here

So if you choose websharper/fable/web assembly you can for sure

actually, here's a sample I wrote with bolero last year