Readit News logoReadit News
shouldcode commented on Unpoly is what Hotwire should have been   randomwik.org/posts/unpol... · Posted by u/shouldcode
sublinear · a year ago
From the main unpoly page:

> Get powerful new HTML attributes to build dynamic UI on the server. Works with any language. Gracefully degrades without JavaScript.

I wouldn't call being completely dependent on the server "graceful degradation". App server and web server should not be conflated. A degradation should imply the site is still up but some interactions don't work or work intermittently.

You can trivially achieve that with a static web server in front of an app server that only has to concern itself with providing a data-only API. Frontend is frontend and backend is backend. Separation of concerns is important in real world production environments. Client-server paradigm is the last thing I would ever question about web apps or any apps really.

Also, please don't invent arbitrary standards and create lock-in. This isn't 2010 anymore. Htmx and Hotwire are just as terrible as this. No point in comparing when they're all fundamentally flawed.

shouldcode · a year ago
Not everything needs to be an SPA. Separation of concerns is important but not always required.
shouldcode commented on htmx 2.0.0-beta1   v2-0v2-0.htmx.org/posts/2... · Posted by u/eatox
wqtz · a year ago
I am interested in learning about how something is being used and in what context, instead of what it has to offer. Can anyone tell me if they are using HTMX in a proven environment, like a user-facing environment?

I think adopting HTMX as a framework would be difficult to switch from a React, Vue, etc. environment. I think using it inside internal tooling or a hobby project will not be able to justify its merit.

I understand that it is just a simple framework and it addresses an industry-related issue, but migration is a lot of effort. Does HTMX really provide enough value to justify the engineering investment required?

shouldcode · a year ago
You might want to check out https://hypermedia.gallery

Disclosure: I built it (without HTMX).

u/shouldcode

KarmaCake day17May 6, 2019View Original