Pages or App ?
I'm going to create a production project with nextjs, but confused, What is the best option pages/ or app/ ? Also i love the pages/ but i guess nextjs will remove it in one, two year ?? Or it stays forever??
5 Replies
If you're not already familiar with pages, you should directly use app, the learning curve won't be very different.
The T3 stack still uses pages, I don't know if it's a choice or just not updated.
Basically i wanna use pages, but if nextjs deprecated it or remove it, then is a big headache to migrate
I don't believe pages will disappear in the next years. Personally, I'd use app from scratch to be sure to be able to use new features (not sure they will all be available with pages).
the most they'll do to pages is deprecate it, but it's not fully going away anytime soon
too many projects using it
So what should I do, should i wait for t3 for an stable update with app/ or use the pages/ ?