Fable.Solid
Fable.Solid copied to clipboard
Fable bindings for SolidJS
Results
4
Fable.Solid issues
Sort by
recently updated
recently updated
newest added
I am writing an entry for Fable.Solid Elmish in [krausest/js-framework-benchmark](https://github.com/krausest/js-framework-benchmark/). The benchmark involves creating, rendering, appending, updating, and deleting rows. The implementation fails with the error below when the number...
If the model/state type used with `Solid.createElmishStore` contains an F# union, the union value is not deep-cloned. This causes any compile-time immutable values inside the union to be unexpectedly mutated...