Hi there, today I am sharing my knowledge of form building in React.
Very often, we have found ourselves writing a bunch of useState or even worse, using a global state management library like Redux to manage form values, errors, loading states, etc....