Viewing profile — maddalax
maddalax
HN member- Joined
- Wed, Sep 25, 2024, 2:29 PM UTC
- HN karma
- 66
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About maddalax
No profile information was provided.
Recent public activity
-
comment
Comment #42625408
I'm the creator of https://htmgo.dev and I'll say that is definitely the biggest issue I've run into with htmx. It's definitely not an overall replacement, you will have to either …
-
comment
Comment #41973324
Right now I'm working on https://htmgo.dev
- story
-
comment
Comment #41799684
previous discussion: https://news.ycombinator.com/item?id=41683144
- story
-
comment
Comment #41770968
Mostly just thinking that XHR to mutate (form submissions, etc) and then SSE to send the updated DOM elements would be a good combo
-
comment
Comment #41770892
Sorry yes I meant SSE, mistyped!
-
comment
Comment #41770553
why websockets and not just SSE + XHR? Or even just XHR Edit: SSE*
-
comment
Comment #41770476
imo htmx is good but its a bit too low level to use directly, you sort of have to rebuild all the features frameworks like React have, such as components in your server programming…
-
comment
Comment #41693313
I’m not quite sure what the roadmap looks like for gocomponents but it looks similar but I think it’s only filling one part of the puzzle. My plan for htmgo is to become essentiall…
-
comment
Comment #41693276
I’m on mobile at the moment so could probably give you a more detailed answer tomorrow, but check out https://htmgo.dev/docs#interactivity-events
-
comment
Comment #41693053
What makes you believe the prefix can’t be omitted in htmgo? You just alias it the same way with a ‘.’
-
comment
Comment #41689295
This is very cool, I like the website too
-
comment
Comment #41687664
that looks nice, I've enjoyed Kotlin when I used it in the past
-
comment
Comment #41687628
yaegi is very interesting... I'm going to see if I can get it working on htmgo for reloading the views.
-
comment
Comment #41687611
Also depending on popularity, I may make other adapters for different go web frameworks
-
comment
Comment #41687574
Ah good call, I should have checked for typos. Will fix, ty. The routing uses the std lib + chi, it's fairly integrated into the html builder because the http request needs to be u…
-
comment
Comment #41687486
Haha we kind of have the same vision. That's eventually what I want to turn htmgo into, something like rails, but as minimal as it can be (essentially plugins, good defaults but yo…
-
comment
Comment #41687276
Low level in the sense that it doesn't have things you would traditionally need to build an application, such as re-usable components, conditional rendering, etc. To do that you ha…
-
comment
Comment #41687269
Awesome, yeah those are pretty nice technologies. Definitely let me know if you do / encounter any issues!
-
comment
Comment #41686845
Well when you put it all on one line it doesn’t look great :) With it properly spaced out and nested, after a few days it started reading exactly like HTML to me, where I can quick…
-
comment
Comment #41685289
someone decided to ddos it with profanity so I'm pushing an update now so its not global viewable anymore.
-
comment
Comment #41685170
lol looks like I forgot to limit the user input length, clearing those now…
-
comment
Comment #41685095
I do also like the idea behind templ, only issue is when I tried to use it, the DX was pretty poor on Jetbrains IDE’s. I think the LSP is broken for it
- comment