Hacker News new | ask | show | jobs
by necatiozmen 1330 days ago
We're working on reducing the boilerplate codes and repeated ones.

In the example, there are styling props (from material ui) and there are props required by react-hook-form to work. In the current way, we find it easier to adapt and use.

We don't want to introduce a "compact" way to handle form inputs which may look smaller but harder to maintain and also introduces a new API to learn.

Still, we're trying our best to reduce boilerplate codes and there's always a room for improvement