martyjs / marty

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

:memo: Make an example more sensible #344

Closed Deide closed 9 years ago

Deide commented 9 years ago

The first example on that guide is a little misleading because the userAPI should not be dispatching anything, which means nothing gets updated. This causes the call to locally return undefined, resulting in a "Not Found" error. May as well go with the less misleading userQueries.

taion commented 9 years ago

LGTM

jhollingworth commented 9 years ago

:+1: