React is, in short, nothing but creating UI components. You can use the JavaScript function syntax, but, in general, you are going to use JSX (JavaScript XML) syntax. JSX is a syntax extension to JavaScript. Finally, let’s check the lifecycle of React.
Continue reading “[React] JSX &Components”