Today I will be sharing my learning from my mistake of writing multiple state variables while creating a React component. Take a look at below code snippet. The purpose was to generate a Textbox with a text below counting the number of characters t...