Jonathan Giardino

Results 3 comments of Jonathan Giardino

Hey @ahmed-adly-khalil, I am using next/router and I basically attach the params every time I change a route, this works out for me. e.g. `router.push({ pathname: "/yourpath", query: { ...router.query...

I am not sure @ahmed-adly-khalil but perhaps an idea would be **rewrites**, next js offers them via either next config or the new middleware. Check these out! :) https://nextjs.org/docs/api-reference/next/server https://nextjs.org/docs/api-reference/next.config.js/rewrites

Looking forward to see how this new next middleware will play with `shopify-nextjs-toolbox`. Do you think we could be able to do the whole handshake in a middleware?