How to use NPM react component's

Hey there,

hope my question isn’t asked to many times yet…
What’s the common way with Meteor and React to use avaiable NPM controls?
Should I use npm with the browserify package or is it the more cleaner way to copy the code out of the Git Repo manually?
I tried to use the rc-slider with the browserify package for instance, but failed with it (component isn’t declared…)

It’s very hard for me to see through all of the capabilities of Meteor (all it’s packages), especially if there is a further big one like react.

Best regards!

You should use meteor 1.3 which has support for npm by default and then You can just import it into your app and no need to deal with browserify