Web / React native Interview questions
What is JSX?
React and React Native use JSX, a syntax that lets you write elements inside JavaScript like so: <Text>Hello, I am your cat!</Text>.
JSX is a syntax extension to JavaScript and it produces React elements. It also renders variables and expressions.
More Related questions...