Dustin J Silk

Results 87 comments of Dustin J Silk

Thanks for the response @wmertens! I'd be surprised if people don't want to optimise their SVGs. I think it could be a great selling point to have immediate, native support,...

This issue has become quite a bottleneck for my app. Submitting a form in a nested route causes all routeLoaders in the parent layout files to run which in turn...

[ModularForms](https://modularforms.dev/) works with Qwik and supports watching form states (at just 2.2kb)

@manucorporat would it be possible to have a routeLoader$ that only loads in the browser, not on the server? It is possible to use a useResource or a server$ function,...

Hey @phcoliveira! Thanks for taking the time to have a think about this! 🙂 Im not looking to capture a reference to an element in the DOM, which using a...

Qwik builds elements on the frontend when ever it rerenders, so this is possible. If you look at what Qwik returns for component QRLs, its calls to `_jsxQ` and `_jsxC`...

Ooo that looks right, thanks for pointing it out @revintec ! Hopefully it gets fixed soon

Hi @gioboa, I havent tested it, is there a commit that has addressed the issue?

@gioboa this still exists for me. The browser can still get stuck having the JS files cached and returning 404s until the site data is cleared and the page is...

Thanks for giving this your time, @wmertens !! It seems like there are 2 issues at play here: - The docs state: `Each build will create a new service worker,...