SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 198 forks source link

[question] Is "Suave.ViewEngine" ready? #786

Closed toraritte closed 5 months ago

toraritte commented 5 months ago

Just curious, because I haven't seen anything about the docs, and the only mention I could find (so far) is in #527 "Documentation overhaul for v2". I didn't have time to try it out, so I presume that it is usable, but undocumented.

For context: I started learning Suave, but didn't like DotLiquid, so I continued with Giraffe after learning that its Giraffe.ViewEngine is a more functional templating engine - when I unexpectedly saw the attribution linking back to Suave:)

ademar commented 5 months ago

Thats cool they attributed us. Unfortunately the suave view engine never materialized.

I personally use the razor engine via Suave.Razor

toraritte commented 5 months ago

Thanks! I totally missed Suave.Razor as well.