README
react-metric
Intelligent React Toolset
Install
npm install -S react-metric
Usage
import React from 'react'
import reactAI from 'react-metric'
const AI = reactAI({ React })
export default props => (
<button onClick={AI.execute}>
Feeling brave?
</button>
)
Test
See react-metric's test project at react-metric-test
In active development, come back in a few days.