Skip to content

Instantly share code, notes, and snippets.

@object
Last active June 27, 2024 12:11
Show Gist options
  • Save object/6d9d91a64ba784fad55b8efae6924822 to your computer and use it in GitHub Desktop.
Save object/6d9d91a64ba784fad55b8efae6924822 to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 3. App.fs
module App
open Elmish
open Elmish.React
Program.mkProgram Index.init Index.update Index.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