-
gomponents look better; at least the `h.` prefix could be omitted. Also, it serves a simpler purpose than htmgo.
What do you think about https://templ.guide/? To me, the ability to still write raw HTML in Go is incomparable.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I find, for a little extra productivity, that liveview [0] even adds a bit more effortless building personally. No plumbing endpoints is great with all written in Go.
[0] https://github.com/canopyclimate/golive
-
-
15 years ago I created a web framework for newLISP. It even ran fast on a Nokia N900
Maybe you want to have a look at the code and get some inspiration.
https://github.com/taoeffect/dragonfly-newlisp
-
I would take a look at this demo [1]. Pay close attention to what is being interpreted vs bound as a symbol to compiled code. The `yaegi extract` command will not work on exported generics atm.
If you want to collab more, shoot me an email: [email protected]
[1] https://github.com/DCjanus/yaegi_demo