Next.js
Help us make this page better!
Basics
Learn
- Next.js in 100 Seconds (Plus Free Beginner Tutorial) - Fireship
- Next.js 13 Full Course 2023 - JavaScript Mastery
- Next.js Full Course for Beginners - Dave Gray
- nextjsweekly.com
Why do people like using Next.js?
This reddit thread is the inspiration for this section, and some of the responses are summarized here:
- The first and most upvoted response is one that appreciates the ease of maintenance in a project that supports Server-Side React rendering. It's not that the setup is hard - it's that the APIs and planning haven't all settled just yet and therefore as new updates get pushed and the features move along - maintenance and upkeep becomes a challenge.
- General consensus that the Next.js documentation is good
- It's easy to make frontend devs a bit closer to "full-stack" by expanding what is possible in a React framework
- The NEED for Server-Side rendering in an application/organization where everyone already knows React well is a great fit (teams are productive quickly)