fix: auto reload on multiple browser windows/tabs closes #6; fix: chatroom example not compiling

This commit is contained in:
Joao Goncalves
2025-11-12 02:31:01 -01:00
parent 779718a088
commit d282773379
7 changed files with 63 additions and 83 deletions

View File

@@ -27,7 +27,7 @@ func main() {
c.View(func() h.H {
return h.Div(
h.H1(h.Text("Live Reload with Via DevMode !!!")),
h.H1(h.Text("⚡Via Live Reload!")),
h.P(h.Textf("Count: %d", data.Count)),
h.P(h.Span(h.Text("Step: ")), h.Span(step.Text())),
h.Label(