• Bolero
      • Full-stack web development
        • Web
          • Topics
    • Microblog

SPA demo on Wasm

A #Bolero app demonstrating fully client-side app running in Wasm, but written entirely in F#. It is deployed to GitHub Pages, and there is no backend involved.

  • Source: https://github.com/srid/fsharp-wasm-static-demo
  • Demo: https://srid.github.io/fsharp-wasm-static-demo/

#series

2021-03-23

Backlinks

  • Learning F#
    • Dependency Injection
      • Then, from a practical standpoint of view, DI is used in Startup.fs (or Startup.cs) to inject service dependencies. For example, in SPA demo on Wasm we inject the HttpClient dependency in Startup.fs and that is automatically made available in Program.fs.

    Uplinks

    • Microblog#
      series
      logo