Next.js Discord

Discord Forum

Learn Next.js App - Interactive Course Still Old Version

Unanswered
Sloth bear posted this in #help-forum
Open in Discord
Avatar
Sloth bearOP
Hi,

Interactive course at https://nextjs.org/learn/dashboard-app very helpful for me to understanding learning next.js faster.
Unfortunately, the version of Next.js still old (Next.js 14), hopefully it will be updated or provided in the latest stable version.

Thanks a lot

4 Replies

Avatar
Is there anything particular that you want to learn in Next.js 15?
Avatar
Sloth bearOP
I'm new learner,

In Interactive Course, chapter 8, it mentioned "2. The dashboard is static, so any data updates will not be reflected on your application.".

But when I tried it's not static, when I update the data, the dashboard data is changed. After couple of time I tried and read the documentation, in Next.js 15 no longer cached by default.

So the new learner have to compare "Interactive Course documentation" with the latest documentation at https://nextjs.org/docs to certain not misunderstanding.
Avatar
Fair, thats true
Avatar
Philippine Crocodile
Actually I'm having a lot of issues on chapter 9 (loading.tsx, promise, stream). Basically the app is not behaving as explained in the docs. Is this due to this difference between next.js versions?