If you pass a component to `<Photostream />` so that if exists, use that instead of `<Photo />` This can be an alternate to #8. If we pass a custom component, that component can have its own event handlers.
If you pass a component to
<Photostream />so that if exists, use that instead of<Photo />This can be an alternate to #8. If we pass a custom component, that component can have its own event handlers.