slorber / scalable-frontend-with-elm-or-redux

An attempt to make Redux and Elm applications scale
http://sebastienlorber.com/
MIT License
361 stars 29 forks source link

what exactly do the actions mean? #21

Closed jedwards1211 closed 8 years ago

jedwards1211 commented 8 years ago

In particular, what is APP_UPDATED supposed to do? And what would TOP_LEVEL_RANDOM_GIF_UPDATED do -- set it to loading state?

slorber commented 8 years ago

These are events describing facts, like in event-sourcing. If you want to submit a proposal without any event like these suggested ones, feel free to do :)