Learning React JS with examples
React JS is a library to make front end UI. React is used to make the components. Component is a UI that has its own logic and appearance(both). Component is of the form of a function that returns the HTML. We can insert one component in another component. The component starts with a capital letter. …