Maxime Mangel
Maxime Mangel
Sorry for the delay, I had a lot of stuff on the plate. The simplest explanation that I found is: > This means that each component is mounted, then unmounted,...
If Intersection types can helps improve bindings generation I am interesting in having the feature available. For information: As discuss with @cannorin in private, improving TypeScript to Fable will be...
Hum, here the problem was that we needed to validate that only a specific set of the fields was set. From the example, you provided I am unsure of what...
Is it ? Then yes it's probably missing. You can use `CircleProps.Custom("center", myValue)` to set it for now.
I closed this issue by error. I am re-opening it because I can't find a way to support it in Thoth.Json.Net and both library should support the same set of...
@cmeeren You could just use something like: ```fs let inline bigCalendar (props : BigCalendarProps list) : ReactElement = ofImport "default" "react-big-calendar" (JsInterop.keyValueList CaseRules.LowerFirst props) [] ``` This is what I...
@cmeeren Ah this is the first time I this kind of code. Then I don't know sorry 😅 React is really cool but sometimes it's really too permissive. I mean...
For history, here is my answer from Gitter. Yes in F# function are curried some they can partially called. Fable has some specials mechanism to automatically uncurry the function making...
I agree that Fable.React should not include a deps on Fable.Elmish I am much more in favor of an independant package but I am probably in minority here :)
It should be possible to support this extension by wrapping it using React + Hooks because it is not a pure CSS library. I personally don't have the time to...