#how can I get data of one loader into another loader of a different route?

1 messages · Page 1 of 1 (latest)

candid sphinx
#

Can't use useFetcher or useMatches in this.

quick zinc
flat swallow
#

Loaders run in parallel so there's no way to access data from other loaders, since they haven't run yet

#

make a function and call it in both loaders

quick zinc