Glenn Becker

Results 77 comments of Glenn Becker

Cool. Everything is kind off of while the beta is being worked on, so things are out of date, the CLI is one. I submitted a PR to you @Priestch...

@renanlopescoder What does the function log say?

Well, the edge log isn't the most helpful thing I've seen. 😄 Do you get any errors running locally?

Hmm. Have you tried to clear the cache and redeploy? Other than that we might have to wait for the edge log to get working again.

Thanks for the help @youngboy! Are we ready to call this resolved?

I think one of the biggest considerations would be deciding on an api for parameterized routes. If you have a route `/shop/product/[[id]]`, QwikCity would need to know which product ids...

Everything I wanted and more. Can't wait for what's coming!

Hey @oakmad! Does adding `eagerness: load` help? ```typescript useClientEffect$(() => { //... }, { eagerness: 'load' });  ```

Dang. I was hoping there would be a workaround. 😆 Thanks for trying it out. 👍