Is there any step-by-step guidance available on how to write bindings for a react component library from F#/Fable?
The only example I could find is fable-react-toolbox which makes extensive use of the deprecated KeyValueList
attribute.
I am particularly interested in using the BlueprintJS library; I have been able to use ts2fable
to generate interface corresponding to the various props
defined but have no idea what to do next or where to ask for help!
Any guidance would be greatly appreciated!
Michael