-
### Is your proposal related to a problem?
Would be nice to have a template in create react app with Fable.js (F#) instead of Typescript as a transpiled language
(Write your answer here.)
###…
-
The current validation strategies offered in Fable.Form.Simple are `ValidateOnBlur` and `ValidateOnSubmit`. Based on their names, I assumed that they would only validate when a field is blurred or the…
-
**Is your feature request related to a problem? Please describe.**
When using [Fable](https://github.com/fable-compiler/Fable), you might want to include content items along with your source code s…
-
Importing verbatim css from an external source into a ``LitConfig.styles`` element does not work:
```fsharp
let mycss' : {| ``default``: string |} = JsInterop.importAll "./public/some.css"
let my…
-
would like to know how we can generate generic react libraries `ReactElement` types based on a known npm package?
for example
https://www.npmjs.com/package/@mui/material
what are the steps requ…
-
### Description
We have a record with around 200+ fields which is getting updated quite a lot using an Elmish page. However because of the number of field and updates the field size has grown to o…
-
The latest commit `274ac05` of `Fable.Import.Browser.fs` has the following `opens`:
```
open System
open Fable.Import.JS
open Fable.Core
open System
```
I think it's supposed to be `open Fa…
-
### Description
I am using Fable 2 and trying to use the GraphQL client but keep getting errors with the type provider
when I try to build the project.
I suspect this is not working with Fable 2…
-
Is possibile to create package the template in lot of ways (nuget, nuspec, csproj, prj)
The best one i know atm is doing just with a `.proj` (any extension is ok), like https://github.com/fable-com…
-
`undefined` just hit me again! 🤦♂️
Could `ResizeArray` raise the same out of bound exception as arrays ? just like in commit https://github.com/fable-compiler/Fable/commit/1f4001be43206edb87b4808d65…