Skip to content

Instantly share code, notes, and snippets.

@object
Created June 27, 2024 17:34
Show Gist options
  • Save object/55836c579f13d81e6ab915b1c7b142de to your computer and use it in GitHub Desktop.
Save object/55836c579f13d81e6ab915b1c7b142de to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 4. App.fs
module App
open Elmish
open Elmish.React
open Update
open View
Program.mkProgram init update view
|> Program.withReactSynchronous "elmish-app"
|> Program.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment