Echo JS 0.11.0

<~>
ferahl 1034 days ago. link 2 points
Never understood why people need a library to make a form

Replies

tracker1 1034 days ago. link 1 point
Mostly agree... it tends to come down to managing state, validation, errors and submission as a whole, and rather than using bespoke code for each form using a library that combines these things in a cohesive way.

I'm usually using material-ui and redux, so there's those extra bits to wire in as well.

I'm not a fan of "list" posts in general, especially those that don't provide a method of selection, but the post and comments at least mention a variety of libraries for this, and being a react list it's at least a more narrow focus.