DEV Community

Discussion on: Introduction to Next.JS

Collapse
 
soorajsnblaze333 profile image
Sooraj (PS) • Edited

Great Explanation! Love using Next JS.

I would suggest using the javascript language keyword after the tilde characters in the code blocks for syntax highlighting :), like this

const a = 10;
Enter fullscreen mode Exit fullscreen mode

with javascript keyword

const a = 10;
Enter fullscreen mode Exit fullscreen mode
Collapse
 
ponikar profile image
Ponikar

Thank you so much! I was actually looking for something like this! I will remeber this.