Mysterious ways of JSX
I always wonder whenever I use React, why do I import React from react library whereas I never use it in my code?
A simple Hello World could be written the following way
function myComponent(){
return <p>Hello World</p>
}
I don't see React variable a...
devdaksh.hashnode.dev2 min read