Netflix/falcor

Should `falcor.HttpDataSource` be exposed in Node.js require as well?

asyncanup opened this issue · 3 comments

Just like it is exposed in the browser build.

lrowe commented

From Node it makes more sense to import it directly from falcor-http-datasource. We want to avoid a runtime dependency since many users will have their own datasource implementation.

greim commented

This was exactly the case with me. Had to roll my own and definitely wouldn't want the extra weight in my bundle.

Sounds good, thanks for the discussion :)