Max Proske

Results 8 comments of Max Proske

> [#33128 (comment)](https://github.com/vercel/next.js/pull/33128#issuecomment-1009456136) Thanks for the link! Though I think this example should be maintained as long as it's referenced by the [Next.js custom server docs](https://nextjs.org/docs/advanced-features/custom-server).

@leerob What do you think we should do with the following JavaScript examples? I think they should be maintained and converted to TypeScript, however based on your comment [#33128 (comment)](https://github.com/vercel/next.js/pull/33128#issuecomment-1009456136),...

@balazsorban44 Done. That makes sense, I'll keep existing examples prefixed with `with-` as is.

@kyle-ssg It looks like [[email protected]](https://github.com/preactjs/preact/releases/tag/10.9.0) added support for React 18 hooks, so I'll try to upgrade the alias package to support Next 13.

I'm not totally convinced the `builder` step is even necessary. The [with-docker-compose Dockerfile](https://github.com/vercel/next.js/blob/canary/examples/with-docker-compose/next-app/prod.Dockerfile) gets away without doing a full copy of `node_modules`. If it is actually an optimization, I'd love...

Cc @glours just in case. It would be cool to have this ready in time for this month's Community All-Hands, when I'll speak on Compose + Next.js. Cheers!

@tabuchid I'd love to know what improvements you see can be made, so I can help make them. (For example, if awesome-compose has firm stances on alpine, graceful shutdown, etc.)...

@leerob man you are good.