Live data from Hacker News

Viewing profile — maddalax

maddalax

HN member
Joined
Wed, Sep 25, 2024, 2:29 PM UTC
HN karma
66
Public activity
26 items

About maddalax

No profile information was provided.

Recent public activity

  1. 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 …

  2. comment
    Comment #41973324

    Right now I'm working on https://htmgo.dev

  3. story
  4. comment
    Comment #41799684

    previous discussion: https://news.ycombinator.com/item?id=41683144

  5. story
  6. 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

  7. comment
    Comment #41770892

    Sorry yes I meant SSE, mistyped!

  8. comment
    Comment #41770553

    why websockets and not just SSE + XHR? Or even just XHR Edit: SSE*

  9. 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…

  10. 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…

  11. 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

  12. comment
    Comment #41693053

    What makes you believe the prefix can’t be omitted in htmgo? You just alias it the same way with a ‘.’

  13. comment
    Comment #41689295

    This is very cool, I like the website too

  14. comment
    Comment #41687664

    that looks nice, I've enjoyed Kotlin when I used it in the past

  15. comment
    Comment #41687628

    yaegi is very interesting... I'm going to see if I can get it working on htmgo for reloading the views.

  16. comment
    Comment #41687611

    Also depending on popularity, I may make other adapters for different go web frameworks

  17. 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…

  18. 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…

  19. 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…

  20. comment
    Comment #41687269

    Awesome, yeah those are pretty nice technologies. Definitely let me know if you do / encounter any issues!

  21. 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…

  22. comment
    Comment #41685289

    someone decided to ddos it with profanity so I'm pushing an update now so its not global viewable anymore.

  23. comment
    Comment #41685170

    lol looks like I forgot to limit the user input length, clearing those now…

  24. 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

  25. comment