-
[Go Templ](https://templ.guide) is an alternate templating engine that can compile templates down to go code. I find the added compiler support to be really helpful for medium to large projects.
Is i…
-
Templ language server uses gopls to process go syntax.
Currently, gopls spawned by Templ language server is not distinguishable from gopls editors manage directly.
As Templ is getting popular, I t…
-
In the current implementation, there is an assumption that all the parts are rendered in a single thread. Context value for children is modified for the whole context. If snippets need to be rendered …
-
Hey,
Thanks a lot for making this tooling, it's really useful to me.
The Jetbrains Templ plugin (0.0.15) sometimes cause IntelliJ to become unresponsive when the plugin crashes. This always seem…
-
Imagine I made some project. And posted it on GitHub. It seems to me that people are used to the fact that if the project is not complicated and it is on Go, then you just download it and build it wit…
-
**Describe the bug**
It's not really a bug, but more of a "thing to do, when coding in Go"
In the generated code, there is a lot of:
```
if templ_7745c5c3_Err != nil {
return templ_7745c5c…
-
I think this project is getting a lot of traction in the Go community, especially for HTMX
As a GoLand user the experience is not the best (Sorry, I appreciate the effort)
What I think would be…
-
Hello, a while back I promised to check back with findings on trying out templ inside a Wasm environment. So here are my findings:
# Preface
## Use Cases
Most of us coming from Go have the no…
-
**_Newbie warning!_** I cloned the project and installed the various tools. I ran into some issues along the way, probably partially due to upgrading my Golang installation, but I got that sorted out.…
-
### gopls version
(does not matter here)
### go env
```shell
(does not matter here)
```
### What did you do?
I use Go, vscode and [templ.guide](//templ.guide)
The tool `templ` cr…