3 lines
266 B
Markdown
3 lines
266 B
Markdown
# Actions
|
|
|
|
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. |