/fable-react

Fable bindings and helpers for React and React Native

Primary LanguageF#Apache License 2.0Apache-2.0

Fable.React

Fable bindings and helpers for React projects

Documents

Why does this repository include bindings for React JS libraries?

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.