Hey, added this PR and I would like to hear your thoughts about it
In the PR I setup action cable with a redux channel,
what it means is that we could dispatch redux actions from the server !
by that we could achieve many things, for example:
- doing real-time forms validations
- stop doing API polling that often returns no updates from the server.
- show toast notifications without reloading the page
- use loading bars properly
and more…