Closed AZZB closed 7 years ago
I don't think we should define an Action interface.
This interface is too specific and doesn't allow people to be flexible in their Action definition or usage. For instance, I tend to use the type of the class to differentiate between Action types.
Can you provide a use case that the existing API doesn't support?
It appears you're trying to implement something like FSA (https://github.com/acdlite/flux-standard-action), which is best left as a library. The original Redux library defines an action as a plain object.
Hello, I can use it like this:
`
` -thanks you