What is an action?

Technology CommunityCategory: ReactWhat is an action?
VietMX Staff asked 3 years ago

Actions are plain javascript objects. They must have a type indicating the type of action being performed. In essence, actions are payloads of information that send data from your application to your store.