I have been using React for a while now, and I have become comfortable with the concept that I must manually bind my component methods to my component instance, as React made th
I ran into problems with methods not autobinding to classes. I made a library to help: https://www.npmjs.com/package/auto-bind-inheritance
I use it and appreciate any feedback to improve it. It was based on several other npm packages, which I believe I improved upon.