React Fragment
Syntax ::
<React.Fragment></React.Fragment>
Ex:
<React.Fragment>
<h1>Hellow</h1>
<h1>Ramesh</h1>
</React.Fragment>
Syntax ::
<></>
Ex:
<>
<h1>Hellow</h1>
<h1>Ramesh</h1>
</>
Syntax ::
<React.Fragment></React.Fragment>
Ex:
<React.Fragment>
<h1>Hellow</h1>
<h1>Ramesh</h1>
</React.Fragment>
Syntax ::
<></>
Ex:
<>
<h1>Hellow</h1>
<h1>Ramesh</h1>
</>
Ternary operator Ternary operator can help you make your code easier to …
State in function components To have type-safety for the state in function…
APIs (Application Programming Interfaces) enable software applications to…
free WooCommerce theme for WordPress. This theme supports popular page b…
free WooCommerce theme for WordPress. This theme supports popular page b…
In React Native , the onSubmit event is commonly used with form elements…
Here in this article we will discuss about, Best elementor plugin for wo…
State in function components To have type-safety for the state in function…