When writing JSX you can either start your tag in lowercase <div> or in uppercase <Component>. Below we will discuss each case separately Lowercase tags Babel transforms <div>.. into React.createElement('div',...). Essentially treating the tag name d...
acdev.hashnode.dev1 min readNo responses yet.