DEV Community

Discussion on: Frontend Shorts: How to create link content previewer with React, Vue, and Vanilla JavaScript

Collapse
 
mikenikles profile image
Mike

This is a great post, thank you for sharing your approach Ilona.

It inspired me to write a Svelte / Sapper version that loads the preview card content dynamically at runtime. It let's me define the link with:

<LinkPreview href="https://dev.to">dev.to</LinkPreview>

More details and a link to a GitHub repo at dev.to/mikenikles/a-link-content-p...