Guseyn Ismayylov

Results 16 comments of Guseyn Ismayylov

@Shadowfaxenator probably you can manage things in [htmx:wsClose](https://v1.htmx.org/extensions/web-sockets/#htmx:wsClose) and [htmx:wsError](https://v1.htmx.org/extensions/web-sockets/#htmx:wsError) events.

@mandolin Hi You can use compression to reduce bandwidth and then caching + CDN to eliminate such problem. I am not really concerned about lib size in my case, because...

@GDNacho thank you, I will think about the best approach here. On the other hand, comparing sizes of this library that can help you to build web applications with minimal...

It does not seem to be a problem in almost all cases, browser save scroll position. Although in my resent project, it does not, not sure why..

I am planning to use power of native 'pattern' attribute in inputs, also use [valid](https://developer.mozilla.org/en-US/docs/Web/API/ValidityState/valid) attribute to detect validity of the inputs when submitting the e-form.