Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
21–30 of 45 posts
Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#22[1] ilse.ink/components(It's not ready yet)
Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#23I wonder if it slow because of the locking, because other than that it shouldn't use much resources to run this. Anyway I am lazy, so I would probably just use HTMX boosting: // traditional code goes here
Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#24The second example counter is jumping around instead of incrementing/decrementing by 1. Is state being shared between users or somesuch? Or is it because I first clicked the full reload example several times? iOS
The state is shared between users for the demo. Its possible to separate state in the library per user but I haven't enabled it.
Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#25Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#26Earlier quoted context omitted.
The state is shared between users for the demo. Its possible to separate state in the library per user but I haven't enabled it.
Seems like everyone is just pushing the red button. Let me give some love to green button.
Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#27The second example counter is jumping around instead of incrementing/decrementing by 1. Is state being shared between users or somesuch? Or is it because I first clicked the full reload example several times? iOS
The state is shared between users for the demo. Its possible to separate state in the library per user but I haven't enabled it.
Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#28Counter doesn't work properly on Android Chrome FYI just reloads the page.
Re: Show HN: Build progressively enhanced reactive HTML apps using Go and Alpine.js
#29I wonder if it slow because of the locking, because other than that it shouldn't use much resources to run this. Anyway I am lazy, so I would probably just use HTMX boosting: // traditional code goes here
Is there a tl;dr on why I’d want to boost? Vs say normal browser behaviour