Oxpecker
Oxpecker copied to clipboard
Backend and Frontend F# frameworks
I'm poking around to see if I can make a wrapper for Bulma, a la Feliz.Bulma. Made a naive implementation for the `section` element that supports an "is-primary" class, which...
Provide online tool for conversion, or integrate with glutinum or ts2fable?
I see that the Solid/Oxpecker template is here: https://github.com/Lanayx/Oxpecker/tree/main/examples/EmptySolid Is there a dotnet template for it? And if not, what is the recommended way of getting it locally on my...
It would be nice if [context.BindJson](https://github.com/Lanayx/Oxpecker/blob/573ca976dce526ca4e2ebd30d6592c4248a4c710/src/Oxpecker/HttpContextExtensions.fs#L357) would allow passing custom `JsonSerializerOptions`.
it' possible for aspnetcore to load dependencies of the framework in order to enable referencing it as #r "nuget" in .fsx interactive scripts, i think F# frameworks should be dotnet...
it says: `The object constructor 'a' takes 0 arguments but is here given 1.`  It works fine if `href` is a static string.
- Check out the CRUD example app - Add the `fable` dotnet tool (using the Fable docs) - `npm i` - `dotnet fable watch --exclude Oxpecker.Solid.FablePlugin --noCache --extension .jsx --run...