alt
alt copied to clipboard
Getting started tut: updateLocations vs. UPDATE_LOCATIONS - explain the automagic!
In the getting started tutorial there is the LocationActions class and a LocationStore class. The LocationActions class defines a method (an action?) named updateLocations. However when the LocationsStore binds a handler to this action, it refers to it as LocationActions.UPDATE_LOCATIONS.
Please add a thorough explanation of the automagic that is going on here.
+1, still don't get it !