0.5.2 • Published 9 years ago

fable-import-react v0.5.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
9 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

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago