Remix.run Logo
cnasc 3 days ago

> “but then you are doing react wrong”

My objection is not that they are doing React wrong, it’s that their complaint is incoherent because there is literally nothing about React that could make this task take an hour. React isn’t a form library. You write the markup for an html input element, if it’s a controlled input you have a trivial one-line change event handler, and you have a submit event handler. Any additional complexity here isn’t coming from React, and managing to overcomplicate such a basic thing and misidentify the source of the complexity absolutely speaks to a skill issue.

This is especially funny in a thread where posters hold up Rails as a paragon of quality and efficiency.