Netflix / falcor-router

A Falcor JavaScript DataSource which creates a Virtual JSON Graph document on your app server.
http://netflix.github.io/falcor
Apache License 2.0
104 stars 46 forks source link

Avoid catching exceptions or converting onError to PathBoundErrors #221

Closed lrowe closed 6 years ago

lrowe commented 6 years ago

Switches to falcor-observable. Removes all try/catch. Removes conversion of onErrors from routes to PathBoundErrors.

Note: currently the reference following expand runs without the queue scheduler. This may mean we don't collapse a second level of refs into batches.