mantinedev / next-pages-template

Mantine + Next.js pages router template
https://mantine.dev/guides/next/
MIT License
485 stars 131 forks source link

Add official Next.js example with Mantine in Next.js repo #8

Closed nexxeln closed 2 years ago

nexxeln commented 2 years ago

Why not add a template to the official examples directory of Next.js?

That way people can bootstrap a Next.js + Mantine Project with npx create-next-app -e with-mantine

rtivital commented 2 years ago

Because it will be much harder to update as it will require raising PR in Next.js main repo, it will not be synchronized with Mantine releases cycle.

nexxeln commented 2 years ago

Makes sense, thank you for all the amazing work!