ยฉ 2026 Hedgehog Software, LLC
const [data] = createResource(id, fetcher); return ( <> {data.error ? 'Error' : data().name } </> );