Information
One of the most important NgRx best practices is to implement actions as events instead of command
For example the well known "good action hygiene" speaks about
An action should be a unique event in the application. An action should:
- tell where it's dispatched
- tell what event has occurred
Wouldn't it be beneficial to let go of Redux naming convention and improve NgRx for the future?
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
Information
One of the most important NgRx best practices is to implement actions as
eventsinstead ofcommandFor example the well known "good action hygiene" speaks about
Wouldn't it be beneficial to let go of Redux naming convention and improve NgRx for the future?
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue