Joshua Weber

Results 16 comments of Joshua Weber

The only reason I noticed this was because I was running some pagespeed audits on our qwik page against our Next JS page and it was saying to preload css...

> That would be good. I found a work around by moving the conditional rendering to its own component but this was kind of an issue for us because we...

> Please update to latest! 0.20.0 and 0.5.2! https://www.loom.com/share/baf558e2e7cb4d33b0116ea9b08d3e8a I'm still seeing the same behavior on the latest of both

That is a fair point. However, it doesn't address the extra data that's going to be sent from the server back to the client even if the loader is cached...

> I was hoping that the cache header would trickle all that way so that re-fetching from the client side would only yield a no-change response. Thank you for testing...

That’s a good point. I guess maybe it makes more sense to configure the “strategy” of the action instead of the loader and the strategy could either be rerun all...