You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example http://fluxxor.com/guides/async-data.html the addaction updates the list locally. Let say the list has many users adding to it so the add method would need to reload the list with its entry updated. How would that be done, since the actions shouldn't initiate other actions .
The text was updated successfully, but these errors were encountered:
Why not just modify the ADD_BUZZ_SUCCESS event so that it doesn't accept the id of submitted item, but the list (of all items, retrieved from server). And onAddBuzzSuccess smth like this:
In the example http://fluxxor.com/guides/async-data.html the addaction updates the list locally. Let say the list has many users adding to it so the add method would need to reload the list with its entry updated. How would that be done, since the actions shouldn't initiate other actions .
The text was updated successfully, but these errors were encountered: