@rndm/render-plugin-ramda

0.27.1 • Public • Published

RNDM Render Plugin: Lodash

About

This plugin provides the core functionality for the RNDM Render package.

Installation

If you have not already done so, then please ensure you have installed the RNDM Render and RNDM Plugin: Core package.

From NPM

npm install --save @rndm/render-plugin-ramda

Post Installation

In order to allow this plugin to work, it must first be included in your project. You can do this inside your main index file:

import '@rndm/render-plugin-core';
import '@rndm/render-plugin-ramda';

Usage

The Ramda Plugin transforms the ramda methods into serialisable functions.

Example

{
    type: 'R.add',
    isFunc: true,
    args: [
        123,
        456,
    ],
};

// This will give the result 579

For the full suite of available ramda methods, please checkout their awesome and powerful utility library.

(Note: This library is versioned alongside its corresponding ramda version.)

Readme

Keywords

none

Package Sidebar

Install

npm i @rndm/render-plugin-ramda

Weekly Downloads

1

Version

0.27.1

License

Apache-2.0

Unpacked Size

1.91 kB

Total Files

3

Last publish

Collaborators

  • paul.j.napier