Sha256: 893b3fdeb38c65c2d80d45e96bbb83ac283f2811379a2ebd6f30d57409d737fb
Contents?: true
Size: 951 Bytes
Versions: 16
Compression:
Stored size: 951 Bytes
Contents
# isomorfeus-operation Operations for Isomorfeus. ### Community and Support At the [Isomorfeus Framework Project](https://isomorfeus.com) ### Usage Operations use Props like other parts of the system. See [the isomorfeus-preact props documentation](https://github.com/isomorfeus/isomorfeus-preact/blob/master/docs/props.md#prop-declaration). There are 3 kinds of Operations: - [LucidQuickOp](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-operation/docs/quick_op.md) - Quick simple operation, always executed on the server. - [LucidOperation](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-operation/docs/operation.md) - For complex multi-stepped operations, always executed on the server. - [LucidLocalOperation](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-operation/docs/operation.md) - For complex multi-stepped operations, always executed locally.
Version data entries
16 entries across 16 versions & 1 rubygems