Skip to content

RFC: Deprecate Actions and introduce Events (everything would stay the same just the naming) #3397

@tomastrajan

Description

@tomastrajan

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

  • Yes
  • No

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions