furqanZafar / react-selectize

http://furqanzafar.github.io/react-selectize/
Apache License 2.0
704 stars 138 forks source link

React.createClass deprecated #148

Open DanielHoffmann opened 7 years ago

DanielHoffmann commented 7 years ago

As of React 15.5 React.createClass is deprecated and is due to be removed in React 16.0

Unfortunately it seems react-selectize is not using babel so porting the code to use ES6 classes is not possible without messing with the build process. Maybe it is time to consider porting the build process to webpack? Get rid of the gulpfile and use npm scripts that call webpack instead?

DanielHoffmann commented 7 years ago

Another alternative is to use https://www.npmjs.com/package/create-react-class

robguy21 commented 7 years ago

When can we expect to see the PR by @elisherer being merged?