Forms in React
摘要
Forms are an integral part of any software including the Web and are the way of data entry for all the user data you see on the Web. From social media posts to ecommerce products to YouTube videos/blog posts, most data on the Web is present because of the data that was entered through forms. It is therefore vital that you know how to properly handle forms, how to properly scale them, how to handle validations for them, etc.