react-ai

0.16.3 • Public • Published

react-ai

Intelligent React Toolset

Build Status codecov

NPM

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.

Dependencies (7)

Dev Dependencies (20)

Package Sidebar

Install

npm i react-ai

Weekly Downloads

23

Version

0.16.3

License

MIT

Last publish

Collaborators

  • cchamberlain