wordpress-mobile / WordPress-FluxC-Android

WordPress Network and Persistence layer based on the Flux architecture
GNU General Public License v2.0
57 stars 37 forks source link

Actions and the Dispatcher should only be used for external calls #53

Open maxme opened 8 years ago

maxme commented 8 years ago

We should use other events (not actions) and eventually a different bus for "wpstores confined actions" for instance:

FETCHED_SETTINGS, FETCHED_ACCOUNT, POSTED_SETTINGS, etc... (generally looks like callback not actions)

maxme commented 7 years ago

We won't change this until first release.