Nathaniel Tucker

Results 94 comments of Nathaniel Tucker

According to https://reactjs.org/docs/test-utils.html#act it "This makes your test run closer to how React works in the browser." I don't really know what that means, but I assume that means it...

Sorry, I think I got confused about terminology. I mean chunks. Where you get several output files based on some split of the code. Aka code splitting

Thanks for the quick fix aduh95! I'm wondering since this is breaking many peoples CI - when is the plan to release this? I can't do a workaround for my...

Thanks for the report! Is this mainly about discoverability? I.e., you couldn't figure out how to write code to create - or is it also about readability - i.e., Resource.getList.push...

Hmm, curious about the use case: Do you want to create a new item and not add it to a list? Do you have a list endpoint at all?

For context, the API was modeled after [Backbone collections](https://backbonejs.org/#Collection-push)

Hmm, push is the standard terminology I've found: - [Backbone collection.push](https://backbonejs.org/#Collection-push) - [Array.push](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/push) Do you have a suggestion for a better way to distinguish adding to end, beginning, or inserted...

@jacobcossman Thanks for the report. A few things of note: - [Resource.extend()](https://dataclient.io/rest/api/createResource#extend) cannot be used with spread. - [RestEndpoint.push](https://dataclient.io/rest/api/RestEndpoint#push) inherits the [body](https://dataclient.io/rest/api/RestEndpoint#body) type from its parent. Since 'GET' RestEndpoints don't...

Are there plans for something like this to be built for v4?