vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
6.23k stars 1.27k forks source link

Convert to use App directory #147

Closed BWBama85 closed 1 year ago

BWBama85 commented 1 year ago

Are there plans to convert this to use the new NextJS 13 app directory any time soon?

Has anyone successfully converted this over to 13?

thorwebdev commented 1 year ago

You should be able to upgrade this to use Next.js 13, however app directory is still in beta. We'll be working with the Vercel team to eventually move it over, but there isn't any rush. This approach is still good.

dalkommatt commented 1 year ago

It would be awesome to see this updated to use the app directory now that it's stable. The current supabase/app directory examples are very basic.

dalkommatt commented 1 year ago

It would be awesome to see this updated to use the app directory now that it's stable. The current supabase/app directory examples are very basic.

Why wait when I can do it myself #183