Created
June 27, 2024 17:34
-
-
Save object/55836c579f13d81e6ab915b1c7b142de to your computer and use it in GitHub Desktop.
Fable workshop (2024). Step 4. 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 | |
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