Aug 31, 2018 · 1 min read
Hi Kir Vampir
React.createClass() is a utility function provided by React to create components so it automatically handles this binding for you to reduce your effort.
The React team has explained this in their docs here.
Please note that the new way of using this function is to import a module called create-react-class and use the function named createReactClass().
