The go to withApollo example for nextjs repo, only covers connecting via Apollo client. Which is great. But to handle more complex routing in nextjs, you need to write your own server logic to handle dynamic pages. I'm just wondering if anyone has also set up Apollo server with the nextjs app
Do you prefer using nextjs over create-react-app? I'm not sure if I should check out nextjs. It comes with server-rendered which is a great selling point.
h
huv1k
04/22/2018, 7:42 PM
Next.js all the way
huv1k
04/22/2018, 7:43 PM
because you have a lot of benefits from start and you don't need to set it up. Code spliting server rendering etc