📄️ Fable
A collection of common pitfalls when using Fable for webdev.
📄️ Writing Bindings
How to write bindings for JavaScript libraries in Fable
📄️ Output JSX
If you want to use JSX output you need to change the file extension of your transpiled files to *.jsx. This is required for the JSX output to be correctly interpreted by bundlers like webpack or tools like eslint. You can do this by updating your Fable transpile command:
📄️ From F# to JavaScript
Make your Fable code JavaScript friendly