How do I create a cache of files that can be drawn from dynamically client-side? #1965
Unanswered
justuswitmer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build a cache of files that can dynamically be drawn from as needed, where the build process, running occasionally, only needs to create data (using a data loader) for files that haven't been created yet. I currently have a system where I am building and adding files on build time to the src/data folder. Is this the recommended location to put these files? And then how would I dynamically read them from the client side?
Beta Was this translation helpful? Give feedback.
All reactions