From daff815aacbf70e74ad3c6f4be080b0bc8b32172 Mon Sep 17 00:00:00 2001 From: Ariel Keselman Date: Tue, 11 Feb 2020 16:33:35 +0200 Subject: [PATCH] Update README.md added possible way to deal with the main drawback (templates cannot be updated on the fly) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e2f2a5..e9f5440 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Inspired by the [Mako templates](http://www.makotemplates.org/) philosophy. are compiled into a single binary. Take a look at [fasttemplate](https://github.com/valyala/fasttemplate) if you need a fast template engine for simple dynamically updated templates. + [There are ways](https://www.reddit.com/r/golang/comments/f290ja/hot_reloading_with_quicktemplates_sqlc_and/) to dynamically update the templates during development. # Performance comparison with html/template