orbitjs / orbit

Composable data framework for ambitious web applications.
https://orbitjs.com
MIT License
2.33k stars 134 forks source link

[Docs] Document error handling (pessimistic & optimistic) #935

Open bradjones1 opened 2 years ago

bradjones1 commented 2 years ago

The best summary of error handling with Orbit is at https://github.com/orbitjs/todomvc-ember-orbit#pessimistic-error-handling but this is a little hard to find and not in the official docs. We should port this over and validate that it's still best practice/current for 0.17.

Refs https://github.com/orbitjs/orbit/issues/778#issuecomment-684843135

bradjones1 commented 2 years ago

Should probably expand on https://orbitjs.com/docs/task-processing#task-processing

bradjones1 commented 2 years ago

The README in the TodoMVC project references RequestStrategies at https://github.com/devotox/ember-cli-utilities/blob/master/addon/data-strategies/