-
Notifications
You must be signed in to change notification settings - Fork 852
add htmx and astro for the benchmark ? #1604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From what I understand htmx is all about ajax requests and then updating (a part of) the page from the response. (I'm ignoring client side scripting since that would just converge with vanillajs). |
Can we make the overhead from AJAX calls slightly irrelevant, say, by using Service Worker to mock a server that spits out html? |
Maybe, but I think it misses the point of that benchmark.
Unless I'm mistaken with the assumptions above this would be very inefficient for delete row and would get note #772 for select row. The implementation would be non-keyed if implemented as described above. |
htmx is no a framework is a library and requires in some cases more tools to works, but right now is been using a lot, so i think there should be a benchmark for this with astro or other combinations of tools, this tools are almost as vanilla js
The text was updated successfully, but these errors were encountered: