JSX: In React JSX is the syntactic sugar of javascript. Where it looks like HTML syntax but actually it’s not the HTML. Under the hood, it used babel to convert HTML syntax into javascript. State: In react, the state is used to keep the component up...
tanvircse18.hashnode.dev2 min read
No responses yet.