alex-vladut

Results 14 comments of alex-vladut

In case anyone else finds this approach useful, I played with it and adapted the [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) to scan `graphql` files and apply the `graphql-let` loader to generate the types. It...

Thank you for your suggestion 👍. I gave it a try and replaced the `typed-document-node` with `typescript-react-apollo` in the config, but for some reason the HMR is still broken for...

Hey @laufeyrut great job on adding these fixes in place 👍 I looked at extracting those methods to be easily overridable from `withReact` and you can find the changes on...

I subscribe to this, I am also facing multiple issues in that area. Not sure what Amplify team's plans are and if they are going to tackle it. I added...