By drupov, 26 June, 2019 React lazy & Suspense API with Drupal Since React 16.6 we have the possibility to load components on demand. This new feature is provided by the new method React.lazy(), which is part of the new Suspense API (WIP) of React. Tags Drupal React.js Decoupled