Feature Frameworks
Last Updated - Platform 21.0.0 - SDK 16.0.0The SDK is made up of feature frameworks, client frameworks and the foundation framework.
Feature frameworks mostly contain the presentation layer (UI) of a specific feature and depend on the domain layer from the associated client framework.
Feature and client frameworks often come in pairs, e.g., PoqWishlist
which uses PoqWishlistClient
.
View Data
Views are updated using their associated ViewData
.