Devin Howard

Results 92 comments of Devin Howard

Hm, I think there's no great way to support data envelopes for single records. Because there's no great way to tell the difference between { data: { id: 1, title:...

Please also let me know if this isn't working for FETCH actions (i.e. multiple records). If that's not working, that's a big issue I need to solve

Nice. Another approach would be to implement normalizr a la #19 . But i think i like your idea of passing a parser/adapter to the apiclient better

See also #65 for discussion about passing a parser to the ApiClient. Renaming this issue because it probably isn't the roadmap anymore

Unless we added a lot more logic, I don't think errors should live on the model. There's no code in here to determine the difference between a network error, a...

Hi thanks for reporting this. Could you provide a code sample or at least a sketch to help me reproduce the problem? If so, i can probably get a fix...

Ok so i took a quick look at what might cause this error. I may be confused about where this error is arising, so i eagerly await sample code. If...

Ugh too hard to type this on my phone I'll edit the above comment on a laptop

Also note that you can use the fetchconfig param in your action creators to achieve the same thing on one endpoint instead of on all of them. You probably only...

You can see my progress at https://github.com/devvmh/demo-redux-crud-store