Closed hueitan closed 10 years ago
Hi, I liked the idea of a demo, will gladly pull that in. But the separate js/jsx files might not be needed I believe. We do have the /*** @jsx React.DOM */
header in the file, so JSX to JS conversion should work for everyone.
@paramaggarwal Yup that depends on you.
Because I saw there are people provide both jsx/js
and also React doc. said don't use jsx in production because it's slow
I'm using browserify reactify,
I got the error
But If I didn't use module.exports, it's work, as you can see the demo here http://huei90.github.io/react-progressbar/
I want to know if I miss something?