React Fragment vs <></> React fragment is used when you want to group multiple elements into one root element. To return multiple elements from a...
JSX JSX is a syntax extension for JavaScript that lets you write HTML-like markup inside a JavaScript file. It is not a pure javascript function hence...
NPM Most developers would have come across this term at some point in time and they would have got to know it as Node Package Manager(NPM), but do...
Async vs Defer <script src="" />Usually, we place the script tag at the bottom of the body tag so that HTML parsing is done before executing the...
What is Emmet? Emmet is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML, XSLT, and other structured code...