The go to withApollo example for nextjs repo, only...
# orm-help
m
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
m
🤘
l
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
Next.js all the way
because you have a lot of benefits from start and you don't need to set it up. Code spliting server rendering etc