
I am learning React – Part 4
Exploring JSX: Today we’ll have a closer look at JSX and also see how we can perform different tasks in JSX. React use something called JSX(that is JavaScript as XML) to define what the UI will look like. What is Transpilation? Our browser can’t understand JSX in its native representation, so an intermediate step is performed to convert JSX into… Read more →