Last active
June 27, 2024 12:11
-
-
Save object/6d9d91a64ba784fad55b8efae6924822 to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 3. App.fs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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