This chapter covers the nonfunctional aspects of decoupled Drupal—for example, JavaScript, Drupal distributions, DevOps, testing, and deployment. So far, you have seen that decoupled Drupal advantages can be summarized as follows:
High scalability: Each layer in headless, or decoupled, Drupal is individually scalable.
Rich user experience: Separation of the user experience enables us to focus more on the development of a rich user experience.
Quick advancement in technology and innovation: Due to the previously mentioned separation of concerns, each component of a decoupled design ...