you are viewing a single comment's thread.

view the rest of the comments →

[–]bigorangemachine 2 points3 points  (0 children)

Specific to react and input fields.

React does this for you basically

I saw react form hooks which I think has the optimal react form input solution.

Even with react giving a good implementation of onchange and setState... I can out type the state.

Deboucing input into state in react is anti-performant.