React Interview Questions Basic

React is a Javascript library by facebook for creating interactive, state-driven UI. React has a component-based approach where simple components are composed together to make complex UI. The question section below will answer frequently asked interview question for React. Question 1: What is JSX?Answer 1: JSK is a syntax extension of javascript. JSX is the … Read more