why can’t browsers read jsx?
Answer / Pallavi Awasthi
Browsers cannot read JSX directly because it is a syntax extension for JavaScript. When you write JSX, it gets transpiled (transformed) into plain JavaScript by Babel (or other similar tools) during the build process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is best react or angular?
Explain the term reconciliation?
Why is a component constructor called only once?
What are portals in react?
Explain the term synthetic events?
Define the term Redux in React
What is the difference between npm & npx?
What are state and props in reactjs? What is the difference between the two?
What are stateless components in reactjs?
How react router is different from history library?
What are class based component?
What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?