Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Just discovered another reason to hate React. If you are want a form field and you want to read it's value, and you actually want to be able to edit it, then you have to setup onChange, onSubmit, and you have to bind them in the constructor...just to do this one simple fucking thing. If this were Vue.js or Angular.js...binding is super stupid fucking easy. But React turns it into a 5 step process.
undefined