-
Currently Fabulous is an all or nothing framework, I would like to add a mode that is closely aligned with the "Half Elmish" (static views) approach so that you could take an existing Xamarin applicat…
-
I try to play with this library, but I did not know how to deal with multiple pages or components.
Like in the AutoComplete sample, how can I compose the AutoComplete component with other component? …
-
I'm trying understand how a multi page application is going to look.
Logically, a multi page application should be split on files where each file represents a page or a subset of the application. H…
-
## Description
When using Ionide, over a project with a lot of files like [Fulma repo](https://github.com/MangelMaxime/fulma) or an Elmish applications Ionide become really slow.
- Intellisense …
-
### Description
I am always bugged when using `Cmd.ofAsync` not accepting a simple `Async` using something like the following:
```fs
let delayed (n: int) =
async {
do! Async.Sleep 1…
-
I've followed the [getting started](http://fable.io/pages/getting-started.html) guide and have run into this error:
```
$ dotnet fable
No executable found matching command "dotnet-fable"
```
…
-
While trying to optimize react applications, passing dispatch in props of components like `PureComponent` or `React.memo` make them always update as the reference isn't currently stable (`mb.Post` res…
vbfox updated
5 years ago
-
As I said in #24, I wrote a version [you can see here](https://github.com/JDiLenarda/Elmish.WPF.RunControl).
This development came in 2 steps :
- first, trying to write an AutoCAD palette with …
-
Hi there everybody! If you don't mind me asking, I'd like to know about your experience with F# (note I'm talking about the language here not so much about Fable itself) if you've started learning it …
-
Hi, I'm using `Fable.Remoting.Client` and I noticed it has a dependency on `Fable.PowerPack` and `Fable.SimpleJson`. If you look closer `Fable.PowerPack` has a dependency on `Thoth.Json`.
So I gues…
nojaf updated
6 years ago