Add actions layer description

This commit is contained in:
Qolzam
2017-07-07 12:43:56 +04:30
parent 953ad5b733
commit 7f58f43a70

View File

@@ -1,3 +1,3 @@
# Actions
> Looks like we need to write this part.
This layer is responsible for implementing actions for entities. [Actions](http://redux.js.org/docs/basics/Actions.html) are payloads of information that send data from your application to your store. They are the only source of information for the store.