Patrick Jakubik

Results 26 comments of Patrick Jakubik

This would be wonderful. We are currently looking into supporting multiple REST services, and it doesn't seem to be fun. I wish that Apollo team would be more involved in...

I have been using Apollo Server with Next.js from some time and was about to start a new project. I checked out this example and to be honest, this feels...

Thanks for the micro background, now it all makes sense. For me, the biggest annoyance is that it requires an experimental flag, meaning that every minor webpack update could potentially...

FYI: I successfully transitioned to apollo-server-express based on this example, but after I wanted to check new middleware functionality in [email protected], I noticed that webpack `topLevelAwait: true` breaks the whole...

@glasser the next.js app just hangs, there is no error message, nothing, in terminal I see this: And when going to http://localhost:3000/ it is indefinitely loading.

@glasser I created a new app via `yarn create next-app --typescript`, added `apollo-server-express`, made sure that it works, and then updated to next canary. Link: https://github.com/patryk-smc/next-apollo-repro Steps: 1. `yarn install`...

I have same issue, have you found any workaround @soumi-akira ?

I wrote a small comparison table based on my experience with both vite-plugin-ssr and Next.js. It's definitely not complete but should be a good starting point [vite-vs-next.csv](https://github.com/brillout/vite-plugin-ssr/files/8080797/vite-vs-next.csv)

I prefer an "invisible" approach, where we are just performing a full page reload, as Rom says. Majority of internet users are not used to see "update popup" on the...