System Architecture
System Architecture Overview
This page provides a system-level view of the monorepo packages and their dependency relationships.
Key points:
@drupal-js-sdk/interfaces
defines shared types and contracts.@drupal-js-sdk/core
wires configuration, session, and HTTP client.- Transport is provided by
@drupal-js-sdk/xhr
viaFetchClient
orAxiosClient
. - Feature packages (
auth
,entity
,jsonapi
,menu
) consumecore
andinterfaces
. @drupal-js-sdk/error
centralizes error definitions used across layers.