Hacker News new | ask | show | jobs
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...

1 comments

I suspect a lot of people who might otherwise go to F# are using ReScript for React.