nikitowsky / next-advanced-apollo-starter

Advanced, but minimalistic Next.js and Apollo starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question to those who uses this template

nikitowsky opened this issue · comments

I just want to know what you expect to be added/removed/done better? Do you need deploy-specific things included (Dockerfile, docker-compose, nginx config), or do you expect to see such things as documentation only and keep this template clean such specific things?

Thanks for being so helpful. I'd keep it nice and clean and NOT add unrelated stuff. I'd rather see an implementation that supports graphql subscriptions. Apollo has a write up about it: https://www.apollographql.com/docs/apollo-server/data/subscriptions/

I'd rather see an implementation that supports graphql subscriptions. Apollo has a write up about it: https://www.apollographql.com/docs/apollo-server/data/subscriptions/
@Morriz have you found what you were looking for here?
I came across this today in my research describing a Next.js Serverless Apollo Subscription setup: Tutorial site and Final App on Github