: The guide explores using Drupal as a headless CMS with Next.js or JSON:API for high-performance frontend applications. Modernization Best Practices
This guide is licensed under Creative Commons. Share, modify, and print it for your team. Drupal 10 awaits.
Instead of loading all CSS/JS globally, attach libraries only to the specific components rendered on the page. Drupal 10’s lazy-loading ensures that if a card component isn't on the page, its CSS isn't downloaded.
This article covers the headlines, but the real work happens in the command line and code editor.