feat(useLoader): support custom cache keys - #3711
Open
Shushovan015 wants to merge 1 commit into
Open
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 73f25ef:
|
Shushovan015
force-pushed
the
feat/use-loader-cache-key
branch
from
April 3, 2026 11:45
da86754 to
73f25ef
Compare
Member
|
@Shushovan015 Do you think you could update this against the v10 version of things? If not I'll have an agent take a shot at it |
Contributor
Author
|
Hi Dennis,
Sure, I can give it a try. I’ll take a look at updating it for v10 and will
put together an updated version.
Thanks,
Shushovan
…On Wed 8. Jul 2026 at 04:55, Dennis Smolek ***@***.***> wrote:
*DennisSmolek* left a comment (pmndrs/react-three-fiber#3711)
<#3711 (comment)>
@Shushovan015 <https://github.com/Shushovan015> Do you think you could
update this against the v10 version of things? If not I'll have an agent
take a shot at it
—
Reply to this email directly, view it on GitHub
<#3711?email_source=notifications&email_token=AR64MKU3SE4OYNVESVQ5PLT5DWZZFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJRGA4TKNRTHA3KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4910956386>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR64MKQVUUWQQTBM3VTS3NL5DWZZFAVCNFSNUABFKJSXA33TNF2G64TZHMYTOMRVGIYTSMRWHNEXG43VMU5TIMRQGAZDAMRRGI4KC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AR64MKR6SLYLXV32TG2YWXT5DWZZFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJRGA4TKNRTHA3KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/AR64MKQKDKBX5PGQM3DE7ZD5DWZZFA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTIOJRGA4TKNRTHA3KM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Member
|
actually give me a minute, I think I got it in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements optional cacheKey support for useLoader/useLoader.preload/useLoader.clear to support signed/auth URLs while reusing cached assets. Adds tests and docs. Related: #3634, #3149