abdennour / react-progressbar

Basic progress bar in React.js
http://abdennour.github.io/react-progressbar/
MIT License
88 stars 28 forks source link

Update #1

Closed hueitan closed 9 years ago

hueitan commented 9 years ago

I'm using browserify reactify,

I got the error

Uncaught TypeError: Cannot read property 'firstChild' of null error message

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?

paramaggarwal commented 9 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.

hueitan commented 9 years ago

@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