Relationships, References, and Composition : Overview
Relationships, References, and Composition
This module helps you choose the right composition mechanism for reuse, page building, query behavior, and long-term maintainability.
Why This Module Matters
Many expensive implementation problems are really composition problems in disguise: the wrong choice between references, modular blocks, taxonomy, or extensions.
You Will Be Able To
- choose between references, modular blocks, and custom extensions based on the job to be done
- predict how modeling choices affect API payloads and query patterns
- design cleaner classification and relationship systems in Contentstack
Recommended Preparation
Complete Module 2.1 first so structured content and API contract concepts are already established.
Estimated Effort
90-105 minutes
Practice Focus
Model the Veda storefront relationships deliberately: shared entities as references, page composition as modular blocks, and specialized UI only where it adds real value.
Suggested Next Step
Start with lesson 1 in this module and evaluate each composition choice by reuse, editor workflow, and delivery impact.