Introduction to Next.js
Next.js, my favorite! It's React on steroids: a meta-framework that allows you to avoid headaches with SEO tag rendering, optimize images, easily manage routing, and a whole host of other very cool features (SSR, SSG, ISR, ultra-optimization of pages, lightweight, etc.). However, keep in mind that it is very demanding in terms of performance. If you are aiming for a very lightweight site (because you expect a lot of traffic on the server), this may not be the best solution!
lessons
1
Level
Beginner