kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
400 stars 72 forks source link

Plans to support for React v16 #8

Closed miguelalvarezi closed 7 years ago

miguelalvarezi commented 7 years ago

Hi, as you probably know,

React.createClass is deprecated and will be removed in version 16

Do you have any plans to support v16 of React?

Thanks!

adrianojdesouza commented 7 years ago

@miguelalvarezi I am needing it too

kachkaev commented 7 years ago

@kciter could you please consider replacing React.createClass with class or at least similar to how it's done here: https://github.com/jossmac/react-scrolllock/pull/5/files? Should just take a couple of minutes of your time.

Just discovered your project today and found it great! Would be cool if it did not generate the warning and was compatible with React 16, which might be released pretty soon!

adrianojdesouza commented 7 years ago

@kciter I created a PR to that