Edouard Moureaux
Edouard Moureaux
Hello Maxime, I would like to let you know I have built a first draft of the sortable table component. Inspired by a Vue one which can be found [here]...
Hello @MangelMaxime, When we last talked about it, you said you wanted to think on thie right architecture to build elmish components. If you have now an idea on how...
Both are very interesting, it's fun you mention that because I wrote a first version of the sortable table but I wasn't very happy of it because state info like...
Hello @alfonsogarciacaro, I am trying to convert an elmish component I built (sortable table) to the Fable.Helpers.React.reactiveCom. I followed this path because I had a fully working set of files...
Ok @alfonsogarciacaro I am going to give it a try and let you know.
I agree I can send a PR to Elmish.React with this something similar to this code. I could also add another "simple" Reactive Component with no side effect manager. Like...
There is another option, mixing 1 and 2: Do 1 and also have a simple reactiveCom without side effects in the Elmish.React library.
Hello Maxime, Just a quick message to let you know I have built the time picker component in my forked repo. I have left to sync my fork with last...