🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

fable-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fable-react

Fable bindings and helpers for React and React Native

0.7.6
Version published
Weekly downloads
13
-23.53%
Maintainers
2
Weekly downloads
 
Created

fable-import-react

Fable bindings for React

Installation

$ npm install --save react react-dom fable-core fable-powerpack fable-react

Usage

F# project (.fsproj)

  <ItemGroup>
    <Reference Include="node_modules/fable-core/Fable.Core.dll" />
    <Reference Include="node_modules/fable-powerpack/Fable.PowerPack.dll" />
    <Reference Include="node_modules/fable-react/Fable.React.dll" />
  </ItemGroup>

F# script (.fsx)

#r "node_modules/fable-core/Fable.Core.dll"
#r "node_modules/fable-powerpack/Fable.PowerPack.dll"
#r "node_modules/fable-react/Fable.React.dll"

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

FAQs

Package last updated on 29 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts