@chix/node-react
TypeScript icon, indicating that this package has built-in type declarations

2.9.9 • Public • Published

chix-node-react

React Node Type

The React Node type will handle nodes defined as "type": "ReactNode"

To install use:

npm i chix-node-react --save-dev

The fbpx tool will automatically prompt to install this module whenever a graph makes uses of a node using react.

The type can be registered with the Actor using:

var Actor = require('chix-flow/lib/actor')
var ReactNode = require('chix-node-react')

Actor.registerNodeType(ReactNode)

var actor = new Actor()
...

Test:

Run npm test

Readme

Keywords

none

Package Sidebar

Install

npm i @chix/node-react

Weekly Downloads

1

Version

2.9.9

License

ISC

Unpacked Size

521 kB

Total Files

15

Last publish

Collaborators

  • rhalff