import { schema } from "normalizr"
const resourceSchema = new schema.Entity("resources")
const [resource] = useResource(resourceSchema, 1) // Should use the schema's key to create the path = /resources/1
This should be further extended to support normalizing collections so resource calls are fetched from the cache instead.
This should be further extended to support normalizing collections so resource calls are fetched from the cache instead.