How to work with user inputs in React

Working with user inputs is probably the most important part of any interactive web application. Inputs are the gateway between your web application and the user. It’s important to make sure that they are easy…

How to create smart forms in React

Forms allow us web developers to collect feedback from users. When building React applications, there are certain design patterns we can follow to create smart forms. First and foremost, all input values should be stored…