Action creators are functions that return Riduce-standard actions.
They are accessed via the create API on the actions object.
They come in two forms:
- Default creators, given to you by useRiducer and riduce by default;
- Custom creators, defined by passing in a riducerDict as a second argument.
Default creators
Universal creators
Array creators
Boolean creators