Maxime Mangel
Maxime Mangel
New idea: *Disclaimer: I am writing my though down because it helps me shape my ideas and not forget, so perhaps it is not always well explain sorry about that....
Work for the next version of Thoth.Json has started in #76 The goal of this work is to mutualize as much as possible the code between the different implementation. Right...
> I guess we could type all the CSS properties and then release a major version, breaking changes in the minor version breaks the Semantic Versioning, it's not nice. Yes,...
What you propose @kerams, is not going to fix the problem that @projecteon because Pagination components generates `` for example, and the provided `Props` are applied to the child element...
@projecteon The benefit of providing `OuterProps` and `InnerProps` is that if needed the user can have full control of the outer element, but I don't see a lot of benefit...
I didn't read the book yet so I don't know the context either which position you choose to stand on in it. But, if the book is about learning Elmish...
@ImaginaryDevelopment you need to upgrade your Fulma version. [Fulma documentation](https://fulma.github.io/Fulma/#fulma/components/dropdown) shows that adding children to trigger is supported.
**Comment by [MangelMaxime](https://github.com/MangelMaxime)** _Tuesday Aug 20, 2019 at 08:53 GMT_ ---- I read quickly the diff, but this indeed seems reasonable changes. It should also, remove from the user the...
When passing a list of children via the property `children` react complains about missing key. So the user will always need to provide the key for the children even if...
Well, we can always add a check when not generating production code using: ```fs #if DEBUG // ... #else // ... #endif ``` it will not impact the production bundle...