|
|
|
|
|
by grndn
477 days ago
|
|
As another comment said, you can write client side code in F# which gets transpiled to JS, just like Typescript or CoffeeScript. This approach allows you to use JSX components directly from your F# code. It's very cool. Other FP languages have something similar. https://www.compositional-it.com/news-blog/fsharp-react-seri... |
|