Part 4 : JSX ,Components & Props
First lets kill the common misconception
JSX is HTML inside Javascript.
Its true but not fully.
In reality it means
JSX is syntactic sugar for React.createElement() calls.
When you write
<h1> Hell
umangpincha.hashnode.dev4 min read