A Riduce-standard action (described simply as an 'action' in the context of the Riduce library) is an extension of Flux actions.

Actions:

Riduce-standard actions are constructed with a very specific shape required to communciate to the Riduce reducer.

All actions created by Riduce Action creators are guaranteed to be Riduce-standard actions consistent with the Riduce reducer produced by riduce (and used under-the-hood of useRiducer).

Related types: