Maxime Mangel
Maxime Mangel
The implementation doesn't work yet because we need a way to handle the TS imports. Indeed, when detecting an import of an existing TypeScript file we should copy the TS...
Asked by @forki on Gitter > I wonder if you could send a pr to bookstore that actually uses Toth decoders and removes the generic ones Possible improvements: - Use...
Hello, this issue is for sharing my experience with Feliz and Feliz.Bulma. This feedback is based on converting Fable Repl from [Fable.React](https://github.com/fable-compiler/fable-react)+[Fulma](https://fulma.github.io/Fulma/) to [Feliz](https://github.com/Zaid-Ajaj/Feliz)+[Feliz.Bulma](https://github.com/Dzoukr/Feliz.Bulma). In the first section, I will...
Follow up on https://github.com/fable-compiler/fable-react/pull/169 The package split of `Fable.React` is ready, there is already a beta version of [Fable.React.Dom](https://github.com/fable-compiler/fable-react-dom) published. I am waiting for a solution to [Fable.Elmish.React](https://github.com/elmish/react/issues/43) split before...
The last minor version of Fable.React introduced several breaking changes. From a user perspective, this is not really friendly so I think it is time to decide if we want...
Provide a ready to use package which implement `Thoth.Elmish.Toast` for Fulma. I guess we will also need to create an npm package to deliver the `style.sass` file
https://gitter.im/fable-compiler/Fable?at=5e57ada65c32162f5ba12d79
When updating the Fulma docs site, I kind of re-discovered the usage of stateful component via Fable. Using them from Fable, we still gain access to intellisense, compilation checking, etc....
Provide a form abstraction with validation support. References: - https://twitter.com/thewhitetigle/status/944256153390927872 - https://twitter.com/alfonsogcnunez/status/951011512851845120 **Important**, at first the form abstraction layer will try to be part of **Thot** project. The idea, is...