Container View: Frontend A

The delivery application. NextJS consumes the Gesso CMS and Gesso Commerce layers; React renders the design system components.

flowchart LR
    subgraph frontend["Frontend A [Software System]"]
        nextjs("NextJS<br/>[Container]")
        react("React<br/>[Container]<br/>Component Framework")
    end

    classDef container fill:#438dd5,stroke:#2e6295,color:#ffffff
    class nextjs,react container
    style frontend fill:none,stroke:#1168bd,color:#1168bd