-
I was facing weird issue when I tried 0.2.0 ts2fable to generate Servicestack-client imports. While old generated imports are very much working new one were not. And also they are crashing the whole i…
-
### Description
As .NET Core 2 is coming can TypeProvider be used to automatically generate typings?
### Expected results
``` F#
let `$` = DTS
```
-
### Description
Please make the following equivalent:
```fsharp
[]
module Foo =
[]
let foo (v: string): unit = jsNative
[]
let bar (v: string): unit = jsNative
```
```fsharp
…
-
Things are distributes as sources, including new `dotnet` project, see https://github.com/fable-compiler/fable-react/blob/next/fable-react/ for example.
Also, it seems `KeyValueListAttribute` has bee…
-
Hi!
I'm working my way through various configuration types and while in the previous bindings I could use
```f#
[]
type ApplicationOptions =
| BackgroundColor of int
```
now,…
-
@alfonsogarciacaro I just took a look at the repo and it's looks like some part are with Fable 1.0, others with Fable 0.7
Also, I don't really understand the samples directory or the idea behind th…
-
I'm working on a new sample using D3 and React.
To do this, I'm creating a hybrid element like this:
```
let Chart : React.ClassicComponentClass =
React.createClass( createObj [ ... ] :?> Reac…
-
Following samples need to be updated to Fable 1.0 beta, the list will help us keep track of what is already done.
### Browser
- [x] Canvas [sample](https://github.com/fable-compiler/Fable/tree/mas…
-
I've been looking at creating some bindings for the Office Fabric UI React Components
My first attempt using ts2fable hit a dead end - the fabric ui lib has lots of d.ts files that reference each …
-
Apparently I can't release Fable.Elmish.React without React bindings package that uses Fable.Browser nuget.