Implementing Dynamic Tags in Astro
Too Long; Didn't Read
Astro has a way to take an element or component as a prop. The React community calls this pattern the "polymorphic as prop" Dynamic tags are simple to implement in Astro. Astro provides client directives for hydrating client-side UI that don't work with dynamic tags.