Category JSXPosted on December 28, 2021December 28, 2021Why the key prop is necessary in React? Hi, in this post I'm going to explain why React need a key prop to work and we are going to look that if we don't insert the "key" then we are going to have a warning i…
Category JSXPosted on November 16, 2021November 16, 2021What is JSX in React? Hi, in this post we are going to talk about JXS, so what is JSX? It’s fairly simple HTML-like syntactic sugar on top of the raw React APIs: …