martyjs / marty

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

Pass finished fetch results into `pending` #301

Closed jhollingworth closed 9 years ago

jhollingworth commented 9 years ago

When there are pending fetches, we pass all done fetches into the pending handler giving you the opportunity to provide default values.

Resolves #300