Giraffe.Razor VS Giraffe.DotLiquid

Compare Giraffe.Razor vs Giraffe.DotLiquid and see what are their differences.

Giraffe.DotLiquid

DotLiquid template engine http handlers for Giraffe web applications. (by giraffe-fsharp)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Giraffe.Razor Giraffe.DotLiquid
3 2
33 9
- -
0.0 0.0
8 months ago 8 months ago
F# F#
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Giraffe.Razor

Posts with mentions or reviews of Giraffe.Razor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-16.
  • Generando HTML en F#
    2 projects | dev.to | 16 Aug 2021
  • Doing MVC in F# and Saturn
    4 projects | dev.to | 16 Jul 2021
    There are other DSL Flavors out there like https://github.com/dbrattli/Feliz.ViewEngine (a react based DSL) or https://github.com/giraffe-fsharp/Giraffe.Razor (if you like razor pages) so if you feel this is too much, don't worry you can still write plain HTML (cshtml) or React jsx like code.
  • Generating HTML in F#
    3 projects | dev.to | 16 Jul 2021
    The first two are F# DSL's to build HTML, the last one is an HTML scripting language for .NET (there's also Giraffe.Razor but I'll skip that one for today)

Giraffe.DotLiquid

Posts with mentions or reviews of Giraffe.DotLiquid. We have used some of these posts to build our list of alternatives and similar projects.
  • Razor pages for F#?
    1 project | /r/fsharp | 2 Aug 2022
    Closest thing I've seen is DotLiquid in Giraffe.
  • C# web devs, would you consider F# for your next prototype if it was this simple
    1 project | /r/dotnet | 8 Dec 2021
    I'm not a fan of DSL templating either so there's two of us at least! Giraffe has a DotLiquid library. It's offered as a separate package because Giraffe is on the DSL train when it comes to views. If WebFrame doesn't have any templating built in currently then it can be argued that DotLiquid would fit quite well to be built in. I see view templating as a basic feature for a web framework. If you're not doing APIs you need templating because I can't recall the last time I used a back-end framework for a static website.

What are some alternatives?

When comparing Giraffe.Razor and Giraffe.DotLiquid you can also consider the following projects:

Feliz.ViewEngine - Feliz DSL and engine for HTML generation and server side rendering (SSR)

AAD.fs - F# WebAPI endpoint protection based on Azure AD roles

Giraffe - A native functional ASP.NET Core web framework for F# developers.

scriban - A fast, powerful, safe and lightweight scripting language and engine for .NET

SailsJS - Realtime MVC Framework for Node.js

Saturn - Opinionated, web development framework for F# which implements the server-side, functional MVC pattern