0.5.2 • Published 8 years ago

fable-import-react v0.5.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

fable-import-react

Fable bindings for React

Installation

$ npm install --save react react-dom fable-core
$ npm install --save-dev fable-import-react

Usage

In a F# project (.fsproj)

  <ItemGroup>
    <Reference Include="node_modules/fable-core/Fable.Core.dll" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="node_modules/fable-import-react/Fable.Import.React.fs" />
    <Compile Include="node_modules/fable-import-react/Fable.Helpers.React.fs" />
  </ItemGroup>

In a F# script (.fsx)

#r "node_modules/fable-core/Fable.Core.dll"
#load "node_modules/fable-import-react/Fable.Import.React.fs"
#load "node_modules/fable-import-react/Fable.Helpers.React.fs"

open Fable.Core
open Fable.Import
module R = Fable.Helpers.React
open R.Props
0.5.2

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.1

8 years ago