First of all thanks for the great starter. Truly streamlined to get things running with Next.js despite my limited understanding of Three.js.
Having said that, I find the approach inside _app.js to be rather unusual for a Next.js application, as this all could be achieved with Next.js page properties - or is there something I'm missing here?
The following works great and, unlike the current approach, works out of the box with normal Next.js pages:
First of all thanks for the great starter. Truly streamlined to get things running with Next.js despite my limited understanding of Three.js.
Having said that, I find the approach inside
_app.js
to be rather unusual for a Next.js application, as this all could be achieved with Next.js page properties - or is there something I'm missing here?The following works great and, unlike the current approach, works out of the box with normal Next.js pages:
/src/pages/index.tsx
/src/pages/_app.tsx