-
@ncave @alfonsogarciacaro
Are we able to support solution project ? Or multi files project in current state ?
If not, what is missing ? And can I help ?
-
# note: Array `[| ... |]` has to be used when passing down collection of objects as props in ReactComponents
while working with Fable/Feliz i notice that if i need to pass to props a list of obje…
-
Hey, so i spent some time on a hobby project, in which i used Fable to create a library i published for python, js (+types), f# and c#.
In addition i wrote a blogpost about it on the issues i encou…
-
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…
-
[List of libraries](https://fable.io/resources.html#libraries) already quite long, not full and slightly hard to navigate.
@delneg already created new list of categorised libraries - https://github…
-
I added FSharp.Domain.Validation.Fable (0.9.78) via Paket and now when compiling with Fable, I am getting following errors
```
.\.fable-build\fable_modules\FSharp.Domain.Validation.Common.0.9.78\_…
-
### Description
Since this library is based on dotnet/reactive which is implemented using Tasks, it cannot be used with [Fable](https://fable.io/).
### Known workarounds
There actually is a l…
-
Hi @humhei! Thanks again for all your work with ts2fable. Sorry, I haven't followed all the latest conversations so I'd like to confirm a couple of points to make sure Fable 2 will be compatible with …
-
[FSharp.Control.Reactive](https://github.com/fsprojects/FSharp.Control.Reactive) is a library that also implements Rx for F#. But it is oriented for the native (.NET, not Fable) runtime and actually i…
-
Sutil is using [Feliz.Engine](https://github.com/alfonsogarciacaro/Feliz.Engine) for providing an HTML DSL.
The problem is that Feliz.Engine, is not maintained anymore and @alfonsogarciacaro is the…