This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "topics": [ | |
| { | |
| "name": "SFRA Internals", | |
| "core_concepts": [ | |
| "SFRA is a modular reference storefront built around the app_storefront_base cartridge and server module.[1][2]", | |
| "Implements a variant of MVC where controllers prepare view models consumed by ISML templates.[3][2]", | |
| "Cartridge overlay model supports base, plugin, LINK, and custom cartridges layered via the cartridge path.[1][2]", | |
| "Business logic is centralized in controllers and models rather than templates, improving testability.[3][2]", | |
| "Hooks and middleware enable extension points for payments, checkout, and personalization.[1][2]", |