Introduction
Fetching APIs in frontmatter lets you get data before your page shows. This means your page can use fresh info right away.
You want to show weather info on your page that updates every time.
You need to get a list of blog posts from an online source before showing them.
You want to display user profiles fetched from a server when the page loads.
You want to get product details from an API to show in a shop page.