> For the complete documentation index, see [llms.txt](https://briebug.gitbook.io/ngrx-workshop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://briebug.gitbook.io/ngrx-workshop/ngrx-libraries/action-creators.md).

# Action Creators

* **Introduced in NgRx 7.0**
* **Simplifies Action creation**
* **Simplifies reducers and effects**

## Typical Actions

{% embed url="<https://stackblitz.com/edit/advanced-ngrx-2-entity?file=src%2Fapp%2Fusers%2Factions%2Fuser.actions.ts&view=editor>" %}

## Action Creators

{% embed url="<https://stackblitz.com/edit/advanced-ngrx-3-action-creators?file=src%2Fapp%2Fusers%2Factions%2Fuser.actions.ts&view=editor>" %}

{% embed url="<https://stackblitz.com/edit/advanced-ngrx-3-action-creators?file=src%2Fapp%2Fusers%2Freducers%2Fuser.reducer.ts&view=editor>" %}
