FSharp.Html ?
#16124
Replies: 1 comment 5 replies
-
Probably not in the standard library/compiler. It's too specific, would be great if community will come up with something, and we can host and amplify it as part of fsprojects |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
could be useful and cool to have an HTML templating library baked into F# lang?
reason: many view engines are available, mainly in 3 styles:
1. List higher order f.
2. CEs/stateful/reactive
3. HTML string templates with interpolation $
Unification of (1. higher order f.)
pros: could all view engines and other projects build on top of that? then changes would be in a single place
cons: complex, cost. area of compatibility and maybe need to have different modules, for different scopes?
Beta Was this translation helpful? Give feedback.
All reactions