Vincent

Results 309 comments of Vincent

Why not simply use standard URL params here? I understand the benefits from such a URL for links or URLs that the user may directly access. It simply looks better...

I see your point. I guess it's a matter of preference here! I prefer to have explicit URLs precisely to avoid that spaghetti code you're mentioning. To me, the solution...

Closing this now that you can indeed specify a `sse-close` attribute to define an event name that closes your SSE connection. Also note that PR #31 will add an event...

Hey, to be honest it seems to be that kind of specific-enough situation for me that you'd want to add a little custom JS snippet to handle it. Like adding...

Doesn't `npm i htmx-ext-sse` for ex _(see each extension's name in their `package.json`)_ work for you?

You're right, we have a [npm section](https://htmx.org/docs/#npm) on the lib's doc but the extensions don't have any. We should likely add a mention & npm i command example, in each...

Don't know if @tomdtp is still interested in this PR, but if not, sure feel free to do so @sameer-dudeja ! You could only do it for extensions in this...

Hey @rsansores , no it's indeed the v2, just not the latest! (See 594a21a and c86568a that aren't published yet) We still have to publish the latest changes to the...

Version 2.0.1 has been published btw (see https://unpkg.com/htmx-ext-json-enc@latest), closing this