Next.js Discord

Discord Forum

Coming from NEXTJS 11

Unanswered
Rhinelander posted this in #help-forum
Open in Discord
Avatar
RhinelanderOP
Hello I was following a tutorial that uses NextJS version 11, but when I created the project with
npx create-next-app practising-netxjs
, it came with version 13. A whole bunch of stuff changes.

One of my confusion is use of pages in the project's folder structure of 11. I was learning page routing. I couldn't find any folder called pages in my version.

Secondly, my tailwindcss is not working. please I need help

3 Replies

Avatar
risky
i don't think you can use older versions of create-next-app and have it work well... is there a reason you cant find a more up to date version? (imo its bad to learn old version)
Avatar
RhinelanderOP
Thanks for the opinion. Do you have any resources of where I can learn the latest version?
Avatar
risky
umm do you want the app dir or stay with pages? (app is the newer one and has all the cool new features)