I'm using VS Code I don't know how to add color to my code.
Unanswered
Cavalier King Charles Spaniel posted this in #help-forum
Cavalier King Charles SpanielOP
Do I need some kind of VS code extension?
4 Replies
the way you develope is completly different when you compare it with plain html,js and css. You should clear that for you first, how to create a react app.
You should learn the following:
1. HTML, JS, CSS
2. React
3. NextJs
If you don't know anything about 1., then learn 1. first. If you don't know anything about 2., then learn it first and so on...
You should learn the following:
1. HTML, JS, CSS
2. React
3. NextJs
If you don't know anything about 1., then learn 1. first. If you don't know anything about 2., then learn it first and so on...
Cavalier King Charles SpanielOP
I was trying to follow the next.js tutorial but their code has color. And it's harder to code when everything is all white
I'm familiar with HTML, JA and CSS.