6

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.

Comments
Add Comment