Side effects of js-data-http and async operations
Recently I encountered a rather strange scenario, wherein I created two different findAll operations using the js-data-http adapter for a js-data query, only to see two identical network requests emitted. The root of the problem turned out to be that I was creating a single object to hold the query options and reusing it across requests, in … [Read more…]