Fable bindings and helpers for React projects
Fable bindings for JS libraries maintained by the Fable team are in fable-import. However, that repository only contains pure bindings (which only have metadata and thus can be distributed just in .dll
form), while libraries like Fable.ReactLeaflet
contain actual code that must be compiled to JS, so they need to include also the sources in the distribution.
Keeping the bindings for React JS libraries in this repository makes it easier to maintain them, even if each of the libraries has its own Nuget package.