Earlier quoted context omitted.
I am not sure if I understand the definition of offline here. HTMX has graceful degradation options. What else could you do when the client is offline?
There are many apps that work when the user is entirely offline and HTMX is not a good option if that is a key requirement of your app. Figma is an example.
Show HN: I made a HTMX Playground 100% in the browser
101–110 of 126 posts
Re: Show HN: I made a HTMX Playground 100% in the browser
#102Re: Show HN: I made a HTMX Playground 100% in the browser
#103hey there, I'm the creator of htmx, and I really appreciate you making this! very cool!
Likewise man. In the face of avoiding JS, I think we've both taken one for the team here
In which, you still need to include a JS file. I'd still count that as Javascript.
Re: Show HN: I made a HTMX Playground 100% in the browser
#104Earlier quoted context omitted.
Likewise man. In the face of avoiding JS, I think we've both taken one for the team here
> In the face of avoiding JS, I think we've both taken one for the team here In which, you still need to include a JS file. I'd still count that as Javascript.
Re: Show HN: I made a HTMX Playground 100% in the browser
#105Earlier quoted context omitted.
I think you mention a very valid point that is worth reiterating: Even when you enter territory where HTMX gets cumbersome for some reason, you can still use custom JS or some other library to work around it. I admit that I initially started to use HTMX to avoid JS, but I am now more comfortable than ever before to fall back to some lines of Javascript in the few cases where HTMX does not feel like a great fit to sol…
> I admit that I initially started to use HTMX to avoid JS, but I am now more comfortable than ever before to fall back to some lines of Javascript in the few cases where HTMX does not feel like a great fit to solve the problem at hand. Many people don't realize that great engineering happens under constraints. When you're faced with an empty project and the full power of JavaScript, you have 5,000,000 ways to do som…
Re: Show HN: I made a HTMX Playground 100% in the browser
#106Earlier quoted context omitted.
> In the face of avoiding JS, I think we've both taken one for the team here In which, you still need to include a JS file. I'd still count that as Javascript.
Pretty clear that they mean "avoid writing javascript," not "avoid executing javascript"
Re: Show HN: I made a HTMX Playground 100% in the browser
#107I did lose my work a few times when I tried to paste the json into they url load field (it requires an url) and when I couldn’t cleanvthe network request browser (feature request). Great work.
Re: Show HN: I made a HTMX Playground 100% in the browser
#108Re: Show HN: I made a HTMX Playground 100% in the browser
#109hey there, I'm the creator of htmx, and I really appreciate you making this! very cool!
Re: Show HN: I made a HTMX Playground 100% in the browser
#110Earlier quoted context omitted.
Hey same! I made https://ratethispad.com and it was a lot of fun to make. (Nobody uses it though...) I would love to see your project as well.
Would be cool if either the zoom level I need to see reviews would be smaller (more zoomed out), or if there is a list of the reviews that exist on this page. Currently, as there are probably not many reviews on that site it is near impossible to see an example of a review.
But you're right, since there are so few reviews, I could definitely decrease the zoom level required to load the reviews.