What is JSX in React ?
JSX is a file extension which stands for JavaScript XML. It's the elegant feature of the React. It allows us to integrate HTML inside the JavaScript in a more efficient and readable approach. We can create JSX file by simply writing 'jsx' in lower ...
kishoremongar.hashnode.dev1 min read