martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 77 forks source link

:memo: Better pattern for query error handling #294

Closed taion closed 9 years ago

taion commented 9 years ago

The then/catch pattern used previously will also catch errors in listeners to the RECEIVE_USER action. This leads to weird things like exceptions in component rendering triggered by a successful user receive to be swallowed.

jhollingworth commented 9 years ago

:thumbsup: