DEV Community

Discussion on: Adding ReasonML to a React TypeScript codebase

Collapse
 
madeinquant profile image
madeinquant

Thanks for your post. F# was used to background computation and interfaces with Xamarin.Forms(Fabulous). F# is a wonderful language, unfortunately, the ecosystem of Xamarin development is small, especially in F# community. You post give me a lot of information that how to migrate ReasonML with RN. RN is a great framework to build UI, but javascript/typescript is a troublesome language to build computation in background (there are a lot of side-effect, Boilerplate code etc).

Collapse
 
yakimych profile image
Kyrylo Yakymenko

Great to hear that it was helpful! We use F# on the backend too, but Reason seems to be a much more natural fit for React on the frontend.