quicktemplate

Fast, powerful, yet easy to use template engine for Go. Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template (by valyala)

Quicktemplate Alternatives

Similar projects and alternatives to quicktemplate

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better quicktemplate alternative or higher similarity.

quicktemplate reviews and mentions

Posts with mentions or reviews of quicktemplate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Templ: A language for writing HTML user interfaces in Go
    14 projects | news.ycombinator.com | 10 Dec 2023
    Here are a couple:

    https://github.com/julvo/htmlgo

    https://github.com/rohanthewiz/element

    I'm sure there are many more.

    The thing about these is that performance is often not as good as when using templates, especially when the templates are compiled to native code. Quicktemplate [1] is still the leader here IMO, and I don't think the OP project brings much that couldn't be done pretty easily with QT.

    [1] https://github.com/valyala/quicktemplate

  • Full stack web dev with Go.
    1 project | /r/golang | 1 Aug 2023
    From my experience you don't really need a distinct frontend framework for web development in Go. I've been able to use quicktemplate for some of my projects for rendering HTML pretty effectively. I've written about using it here.
  • What is the current ideal choice for server-side rendered web frameworks?
    13 projects | /r/golang | 8 Jun 2023
    If the question is about templating libraries, then I've seen people use other libraries than the html/template, like https://github.com/hoisie/mustache or https://github.com/valyala/quicktemplate
  • The templ templating language: 2 years later
    8 projects | /r/golang | 28 Apr 2023
    I originally started out trying to add features to quicktemplate, but didn't get any engagement, so went my own way: https://github.com/valyala/quicktemplate/issues/80
  • Go Time #266: Is htmx the way to Go?
    6 projects | /r/golang | 10 Feb 2023
    I've been using quick template with htmx and I'm really enjoying the combo. As a mostly backend developer it's a pretty intuitive approach. Now if someone could just build something to simplify working with CSS...
  • Ask HN: Slimvoice Alternative?
    13 projects | news.ycombinator.com | 31 Dec 2022
  • Using multiple repositories in your CI builds
    4 projects | dev.to | 16 Aug 2022
    Like with the previous post, we're going to use djinn-ci/imgsrv as an example of using multiple sources in a build manifest. If we look at the top of the manifest file, we will see that it requires three repositories to build. These are, the source code for djinn-ci/imgsrv itself, golang/tools, and valyala/quicktemplate, defined like so,
  • Why Hugo’s Documentation Sucks
    4 projects | news.ycombinator.com | 2 Mar 2022
    I like Hugo quite a lot, but I don't like Go's standard library templates. I wonder if it is possible to use https://github.com/valyala/quicktemplate with Hugo?
  • [HELP]XML encoding and decoding
    1 project | /r/golang | 21 Jan 2022
    For encoding, the receivers usually want very specific encoding (namespaces, nil as xsi:nil, not omitted value...) - templating with text/template or github.com/valyala/quicktemplate is easier on the long run, than fight with xml.Marshal and the other end's unspoken assumptions.
  • Templ - a new templating language for Go, with autocomplete, syntax highlighting and formatting
    6 projects | /r/golang | 19 May 2021
    The "Hello World" example is up at https://github.com/a-h/qt-lsp - it's called qt-lsp because I started down this track looking to build IDE support for quicktemplate - https://github.com/valyala/quicktemplate/issues/80 - but didn't think it was practical when I dug into the design of quicktemplate more.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 25 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic quicktemplate repo stats
12
3,001
0.0
10 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com