Portable Text Serialization Render Portable Text content across frameworks using the library family. Each library follows the same component-mapping pattern: you provide a object that maps PT node types to framework-specific renderers. Portable Text Structure (Quick Reference) PT is an array of blocks. Each block has , optional , (spans), , , and . Marks come in two forms: - Decorators : string values in like , , , - Annotations : keys in referencing entries in (e.g., links, internal references) Component Mapping Pattern (All Frameworks) Every library accepts a object with these keys: | Key |…