Replies: 1 comment
-
Sounds like very exciting idea, however, I'm not sure about how to implement that, so first step might be to add Oxpecker integration to Fable-remoting repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A really powerful thing in F# world would be some sort of a seamless integration of HTMX in a similar manner as what Fable-remoting does to REST APIs.
E.g. a way to generate and load snippets of HTMX without having to explicitly giving each snippet its own route.
A developer would write HTML templating code and calls local other functions rendering HTML from it, but when running inside of browser, those functions would automatically be exposed as http endpoints with its own routes.
Beta Was this translation helpful? Give feedback.
All reactions