Read: Class 43 - Goorob-401-advanced-javascript/amman-javascript-401d1 GitHub Wiki
Frameworks :
- Next.js :
some cool features Next.js brings to the table:
- An intuitive page-based routing system (with support for dynamic routes)
- Automatically statically optimizes page(s) when possible
- Server-side renders page(s) with blocking data requirements
- Automatic code splitting for faster page loads
- Client-side routing with optimized page prefetching
- Built-in CSS support, and support for any CSS-in-JS library