this poses some questions about how to handle multiple data sources in a react-meteor application
options:
store retrieved feeds in state (this seems most logical if the application is regularly polling remote servers)
store retrieved feeds in a single collection
not too crazy about this because then there is dupe data like how to store and display the feed source, which is typically required by the content providers (TOS)
even though their api is not very performant (have to do double set of gets)