ยฉ 2026 Hedgehog Software, LLC
let [schema1] = createResource(async _ => await (await fetch(`https://api.localhost/`)).json()); let [schema2] = createResource(async _ => await (await fetch(`https://api.localhost/`)).text())