apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Nuxt 3

Open productdevbook opened this issue 4 years ago • 11 comments
trafficstars

Will there be an update when nuxt 3 comes out?

productdevbook avatar Sep 13 '21 18:09 productdevbook

Any plans to support Nuxt3, as it has been released in Public Beta now?

chaitb avatar Oct 21 '21 05:10 chaitb

You can check the status here: https://github.com/nuxt/framework/discussions/751

ruslansteiger avatar Oct 21 '21 16:10 ruslansteiger

Any comments about this, I know it is being tracked but that doesn't tell us anything..

mfreeman451 avatar Oct 26 '21 14:10 mfreeman451

example apollo vue used. https://github.com/productdevbook/productdevbook.com

I'm still in the development phase.

productdevbook avatar Nov 05 '21 16:11 productdevbook

Has there been any updaters here? Our company is starting a fresh project on Nuxt 3 and have the capacity to help work on a Nuxt 3 build if there are any tasks that need to be completed

HelloAlexPan avatar Jan 03 '22 02:01 HelloAlexPan

Any update? Or info to update to apollo v4?

PTiCA1 avatar Feb 21 '22 20:02 PTiCA1

Any update or info to support Nuxt 3

bitmoji

yacosta738 avatar Mar 06 '22 03:03 yacosta738

Any movement on this?

bp-janelle avatar Jun 15 '22 22:06 bp-janelle

Guys and girls, I'll personally make sure to have you pinged once there is progress. You can refrain from asking once more with all available peace of mind, avoiding pings for anyone interested.

dargmuesli avatar Jun 15 '22 23:06 dargmuesli

Here it is, the promised ping: I migrated the module to Apollo client v3 and updated all dependencies to their most recent versions. That migration was successful per se, but SSR failed. The server sent the correct result, then the client detected a diff to its state, forced a refetch and got stuck in the loading state. Fun, and frustrating. After lots of research, I found a couple of likely matching issues on GitHub [1] [2] that are open for 2 or 3 years now. It sounds like it could work for React, but we're speaking about Vue here.

It seems like @Diizzayy found another way, with a PR coming though! We'll keep you posted. Whoever's up for testing that PR, feel free to give a ping back! :)

[1] https://github.com/vuejs/apollo/issues/585 [2] https://github.com/apollographql/apollo-client/issues/6631

dargmuesli avatar Jul 29 '22 19:07 dargmuesli

Here it is, the PR for Apollo module's Nuxt 3 support: https://github.com/nuxt-community/apollo-module/pull/430 🥳 go ahead and give feedback! :)

dargmuesli avatar Jul 31 '22 20:07 dargmuesli