What are the Main features of Next.js?
The list of next.js main features:
- Automatic Routing
- Dynamic Components-Easy to import JavaScript modules and react components dynamically
- Server -side Rendering
- Automatics code splitting for faster page loads
- Source map support
- Single file components
- Static export
- Prefetching
- Simple depolyment
- Full CSS Support-Built in CSS and Pre-processing via Plugins
- Easy to customize babel and webpack configurations
- TypeScript Support-Next.js written in Typescript.
- AMP pages