skifapp
async function fetchItems() const res = await fetch('/api/items'); const items = await res.json(); render(items);