Learning NEXT.JS
Answered
Thai posted this in #help-forum
ThaiOP
Hi everyone, I started learning NEXT.js few days ago and now I am lost I can't start building any project. What do I need I know only frontend ( HTML, CSS, JAVASCRIPT) can you help me with learning path or roadmap, I will be thankful
Answered by B33fb0n3
the easiest way to learn nextjs is this: https://nextjs.org/learn
Keep in mind, that you need react fundamentals
Keep in mind, that you need react fundamentals
10 Replies
@Thai Hi everyone, I started learning NEXT.js few days ago and now I am lost I can't start building any project. What do I need I know only frontend ( HTML, CSS, JAVASCRIPT) can you help me with learning path or roadmap, I will be thankful
the easiest way to learn nextjs is this: https://nextjs.org/learn
Keep in mind, that you need react fundamentals
Keep in mind, that you need react fundamentals
Answer
Clumber Spaniel
Id suggest you to follow the guide on nextjs website
Satin Angora
Since you know html, css and javascript when you create a next project make sure to select javascript instead of typescript. Then you just gotta learn about what the layout.js page does, how to make pages, how to structure your folder, how to import other pages/components, and the different export functions most commonly used would be the export default function for most pages.
@Clumber Spaniel Id suggest you to follow the guide on nextjs website
+1. And the guide will suggest you start by learning React (if you haven’t)
Personally the way I did it is follow those megalong youtube tutorials
ThaiOP
thank you all so much I really appreciate your advices
@Thai thank you all so much I really appreciate your advices
sure thing. Is your issue solved [like that](https://nextjs-forum.com/post/1343611455102128251#message-1343611754537554023)?
@B33fb0n3 sure thing. Is your issue solved [like that](https://discord.com/channels/752553802359505017/1343611455102128251/1343611754537554023)?
ThaiOP
the guide helped me first it guided me to learn some react fundamentals then it jump to NEXT JS and I'm making a good progress
are there any other advices or practices that you would recommend to me to speed up my learning process? I will be thankful for you all guys
@Thai the guide helped me first it guided me to learn some react fundamentals then it jump to NEXT JS and I'm making a good progress
The guide is pretty good and a good starting point, to learn nextjs