Concepts
Understanding-oriented explanations of how Druxt works and why: architecture, the store, decoupled routing, schemas and component resolution.
Concepts are understanding-oriented: they explain how Druxt works and the reasoning behind its design, from the architecture and data flow to the mental model the modules share. They deliberately avoid step-by-step instructions. For doing, see the How-to guides.
Topics
- Architecture: the fully decoupled Drupal and Nuxt.js request lifecycle, end to end.
- The DruxtStore: collections, resources, and how modules share state.
- Decoupled routing: how Drupal routes map to frontend paths.
- The schema system: display modes as a component data source.
- Component resolution: wrapper discovery and the theme layer.