Skip to content
Discussion options

You must be logged in to vote

Hi there!

Unfortunately, this is not something that react-photo-album would handle for you. Not even is this question outside the scope of this library, but it's even out of the scope of React. StackOverflow or similar developer forums may be more appropriate to address this topic. The answer to this question greatly depends on the framework/bundler you are using and may range from "yep, you can use workaround ABC" to "nope, this is not possible in XYZ."

Generally speaking, there are two distinct approaches to what you'd like to achieve:

  1. static linking at build time (I'll expand on this option below)

  2. dynamic data retrieval at runtime (for instance, if you are hosting your images in ex…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jonbell-lot23
Comment options

@igordanchenko
Comment options

Answer selected by igordanchenko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants