Alex Muro

Results 3 issues of Alex Muro

Is there a good way to do axes in this paradigm?

In my falcor-router instance I have two different routes to reference users ``` usersById[{integers:ids}]['fbId','first_name','last_name','email','birthday','profilePic','id'] ``` which returns a bunch of information about a user or ``` usersByFbId[{keys:fbIds}] ``` which returns...

I am using Falcor as the API for a data visualization project and some of the routes I end up mushrooming into having a large number of paths, in the...