Next.js for Drupal has everything you need to build a next-generation front-end for your Drupal site: SSG, SSR, and ISR, Multi-site, Authentication, Webforms, Search API, I18n and Preview mode (works with JSON:API and GraphQL).
Approach should be changed to not decorate core's main_content_renderer.html service, but instead provide a normal preview route. There can be use cases where users want to see the entity view instead of the preview.
Package
next (Drupal module)
Describe the feature request
Approach should be changed to not decorate core's
main_content_renderer.html
service, but instead provide a normal preview route. There can be use cases where users want to see the entity view instead of the preview.