|
|
|
|
|
by Parazitull
2144 days ago
|
|
For anyone looking for an Elm like experience but without the limitation imposed by its creator, take a look at Elmish, a port of the Elm architecture in F#. Advantages: You can use F# on the front and backend. Pretty good js interop with a lot of opportunities to shoot yourself in the foot. Disadvantages: You will probably need to use the Elm docs/tutorials to learn about Elmish. |
|