Christer van der Meeren
Christer van der Meeren
> Reed Copsey talks about how builds apps that are purely event driven, so every time the user changes FirstName.Text, that fires an event that he writes a handler for...
You said earlier: > For our work project, I built a fairly simple adaptor around the dispatcher to convert the event handlers to ones that return a new instance of...
I'm using Xamarin.Forms, which has no built-in validation, so that's not relevant to me. What I'm going for now, is back to a kind of Redux architecture, which seems to...
Thanks for helpful feedback, particularly regarding sticking with your architecture choice until you really see where it's going. Your concerns seem to be mostly related to the Redux architecture. If...
Ok, I don't know either, so I'll leave this for someone else. :) By the way, I think you can move issues between repos now. Should be a "Transfer issue...
You can update Electron to point at [fable-compiler/fable-electron](https://github.com/fable-compiler/fable-electron) :)
I duplicated this in https://github.com/fable-compiler/fable-import/issues/78 because I didn't search for the right keywords. Closing that issue and re-posting here with some modifications. I completely agree with @dbrattli. Auto-generated bindings, such...
> The thing is that in order to make the API feel more .Net you would have to write a lot of it by hand. And check the documentation in...
Gotcha. I would like to say I can do it, but unfortunately I don't have the capacity to properly maintain something like that for the time being. At the moment...
Great, thanks! Did you publish to nuget, too? By the way, the existing bindings work with Electron 4 as far as I've tested them (not much, but the app runs...