DDES store transformations allow you to easily transform stores using different strategies.
Installation
yarn add @ddes/store-transformations |
Transformation types
DDES provides multiple strategies for transforming stores.
CommitTransformation
Use CommitTransformation when the transformation can be done at the Commit level.
my-transformation.jsimport {CommitTransformation}
new