stampit-org / react-stampit

A specialized stampit factory for React
131 stars 1 forks source link

Simplify README #23

Closed troutowicz closed 9 years ago

troutowicz commented 9 years ago

We should move the API documentation into a seperate file in docs/.

On a different but related note, I think the isStamp static utility method should be removed and just made available as a utility. This will move us closer to conforming to the future standard stamp spec.

import { isStamp } from 'react-stampit/utils';

Maybe another file should be made in docs/ for mentioning available utilities?

ericelliott commented 9 years ago

Agreed.