Next.js For Drupal
Next.js for Drupal 1.0 is now ready for production. Chapter Three Drupal company sponsored its development. They claim Next.js for Drupal is the next generation front end for Drupal sites.
Features
- Seamless Editing: Inline preview built-in to the editing interface.
- Instant Publishing: New content and updates are live instantly through the support of Incremental Static Regeneration
- Iframe preview: With site switcher and other preview modes.
- Supports revision previews, draft content, and content moderation.
- Extensible via plugins: Create your own site previewer and resolvers.
- Data Fetching: Fetch JSON: API data to build SSG, ISR, and SSR pages.
- Menus: Support for server-side and client-side menus.
- Internationalization: Built-in support for translation and language detection.
- Webform: Decoupled React forms powered by Webform module.
- Search API: Support for decoupled faceted search with JSON: API
- TypeScript: Built-in types for JSON: API resources
- Authentication: Authentication with support for roles and permissions through password and Authorization Code Grant
- Multi-site: Great for write once, publish everywhere. Multiple Next.js sites powered from one Drupal site
- Performance: Deploy and scale your sites via content delivery networks
- Security: Protect your site from attacks by separating code from the interface.
Source:
