Sha256: 8de1c4a1dbdb9e3704949df065fa73c6712a2a6a0e0f127eca6e21d308855a96
Contents?: true
Size: 953 Bytes
Versions: 11
Compression:
Stored size: 953 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-react props documentation](https://github.com/isomorfeus/isomorfeus-react/blob/master/ruby/docs/props.md#prop-declaration). There are 3 kinds of Operations: - [LucidQuickOp](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-operation/docs/quick_op.md) - Quick simple operation, always executed on the server. - [LucidOperation](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-operation/docs/operation.md) - For complex multi-stepped operations, always executed on the server. - [LucidLocalOperation](https://github.com/isomorfeus/isomorfeus-project/blob/master/ruby/isomorfeus-operation/docs/operation.md) - For complex multi-stepped operations, always executed locally.
Version data entries
11 entries across 11 versions & 1 rubygems