Beginner in React raises questions regarding the naming convention of the 'class' attribute and the distinction of handling 'children'Question 1: Is it necessary to rename the 'class' attribute to 'className' in React JSX?Question 2: Why does React handle 'children' differently from other props?The beginner seeks further information and links to discussions related to these topics.