Make a Resource depend on another Resource
I would like to have a resource depend (awaiting) on another, like so:
However I don't have access to the promise in the return of the resource:
https://docs.solidjs.com/references/api-reference/basic-reactivity/createResource
See
However I don't have access to the promise in the return of the resource:
https://docs.solidjs.com/references/api-reference/basic-reactivity/createResource
See
ResourceReturn doesn't expose the promise/fetcher.