Sha256: 079df67f48a928431e250d6e15a655dc21c6ba8c54f84c198ce422cdb8cb09ea
Contents?: true
Size: 950 Bytes
Versions: 20
Compression:
Stored size: 950 Bytes
Contents
# isomorfeus-operation Operations for Isomorfeus. ### Community and Support At the [Isomorfeus Framework Project](http://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
20 entries across 20 versions & 1 rubygems