@Framarcol Enhorabuena! A mí me pasó algo parecido, me dieron la de 5 y a las pocas semanas solicité la permanente... Un poco desperdiciada pero en fin 😅
@debittoinjapan Entiendo que sientes que eres el bottleneck, pero quizá eso no es problema si tú estás a gusto en tu día a día? Además, así pagan más por el poco tiempo que tienes 😅
La alternativa creo que es lo de siempre: automatizar o delegar. O las 2, delegar para crear una plataforma 🤔
ICYMI @frandiox is here to help: https://t.co/fL75CVmBbs
Built into both Hydrogen and the Remix App Template.
GQL code generation with 0 impact to your bundle size. Fran got upstream PRs merged into GQL just to make this possible.
@MatthewRCrigger@benjaminsehl 👋 A few bugs have been fixed in this version, you can try it before the next official release: https://t.co/12g184lysZ
cc @mic_gallego
@mjackson Apparently, some headers are not supposed to be forwarded by proxies, such as `upgrade` or `keep-alive`. These seem to be listed in the `connection` header: https://t.co/XLBIsQyQLf
Also, `host` can be problematic but perhaps removing it automatically would be too much 🤔
@pcattori@BrooksLybrand@JP_Prieto Yeah, it reads errors from workerd and adds deps automatically to `optimizeDeps.include`, then refreshes the Vite server. Perhaps not needed anymore with your new unstable feature but I haven't tried it yet :)
@vlucas Remix can work without JS in the client. If your "bit of interactivity" can be done with HTML forms, you can just remove their `<Scripts />` component from the root and it won't hydrate or download any JS 🤔
🎉 @vite_js will soon be the build tool for Hydrogen. Shout out to @frandiox for getting this to run on the workerd runtime.
One of the best unlocks with Hydrogen DX was getting dev & prod to run identically … this let's you keep that, but also get Vite's HMR + ecosystem.