Next.js Guidelines
How to Start
Learning Resources
Set Up
Tools
- VS Code - One of the recommended IDE to work in JavaScript.
- WebStorm - Other recommended IDE to work in JavaScript.
- Next CSS plugin - Useful plugin to import .css files in your Next.js project.
- Next SASS plugin - Useful plugin to import .sass or .scss files in your Next.js project.
- Next Typescript plugin - Useful plugin to use Typescript with Next.js.
Coding Style
We recommend following the react Style guide.
Linters
We don’t recommend any specific angular linter. Take a look at Javascripts linters.
Stay Updated
Recommendations