Hi, I'm building my React.js app by concatenating a bunch of JS files, using gulp.concat(...); I don't use require .... What about creating an UMD build? Or something transpiled to ES5 that works directly in the browser without a module loader? Which is included in react-textarea-autocomplete's npm distribution?
Anyway this looks like a nice library, I like the demos.