Maxime Mangel
Maxime Mangel
Looking at the code, I think it should work. I guess we should try to release a beta version this time and ask people having the issue with the upgrade...
@alfonsogarciacaro I don't know in general I don't like the unlisting package but if that avoid problem perhaps we should. Also, now it has been out for several days/weeks so...
@alfonsogarciacaro Should we release this new version?
If the type API prevents non-supported usage of the `FunctionComponent` I am ok with it personally. My concerns with better semantics are that you need to understand the difference between...
The main difference I see, is that when using `--watch` Fable is adding `DEBUG` compiler directives so depending on the libraries it is possible that the build between `dotnet fable`...
Hum, I didn't know of the last option. It seems to tick all the features I needed. I will use it today and close this issues if everything seems to...
I think adding the special attributes could be a nice addition to Fable. That's true that in Elmish/React application we don't seems to often need this kind of type testing....
@inosik Thank you for the head I forgot about that discussion. I will go back to it when I have the time again for it. I started a discussion on...
`.fsi` files are something that not a lot of people know about/use in F# so I think the extern approach has the benefit of not introducing a too "complex"/foreign feature...
The bundler I am using is Vite which use rollup behind the hood. I found this plugin https://www.npmjs.com/package/rollup-plugin-visualizer that I used to make the charts / stats from above.