react-ai

js
Intelligent React Toolset
Version 0.16.3 License MIT
Keywords
reduxreactgridtableschartschartingpaginationsort
INSTALL
Type:
react-ai
Intelligent React Toolset
Install
npm install -S react-ai
Usage
import React from 'react'
import reactAI from 'react-ai'
const AI = reactAI({ React })
export default props => (
<button onClick={AI.execute}>
Feeling brave?
</button>
)
Test
See react-ai's test project at react-ai-test
In active development, come back in a few days.