📄️ Action features
You can add features to your actions, to accomplish common tasks:
📄️ Base action with common logic
In Kiss, all actions must extend KissAction.
📄️ Before and after the reducer
Suppose you want to prevent the user from touching the screen, while an async action is running.