yang bo

Results 11 comments of yang bo

route is defined by directory not file, so maybe change to this will work ```- src/ - routes/ - sku/ - [skuId]/ - index.js # https://example.com/sku/1234 - [details]/ - index.js...

created a sample https://stackblitz.com/edit/vitejs-vite-fhmujz?file=src/routes/index.tsx see if it helps? @robisim74

That would be great. I was though the attribute value is have to be string 😂

Maybe could provide a way to allow developer add add-ons to extend qwik loader or build his own loader ? although only by this case isn't convincible to support this,...

this is great, while I think it is a common pattern that user able to access middleware request's context. other framework like svelte exposed a property `platform` attach to specific...

> I agree @youngboy. What are your thoughts on improving this and making implementing it for Netlify and others? maybe something like this ? ```ts export const onGet: RequestHandler =...

@Priestch can you try the latest release ? updates on: `npm create [email protected] `, add following content into netlify.toml ```netlify.toml [[edge_functions]] path = "/*" function = "entry.netlify" ``` now build...

> ```ts > , { eagerness: 'load' } > ``` @nnelgxorz still not work for my case. here is reproduction https://stackblitz.com/edit/github-7rtfy5?file=src/components/logo/logo.tsx ,

preview on https://yb-qwik.pages.dev/

> Amazing job! However I am a bit concerned about the eagerness of executing all react to support this. I would look into QwikReact to not run jS until the...