Basic Understanding of React Fragment
In this part we will learn about react fragment and its types, As we know that in ReactJS, render method can display only one element or tag. And if we want to render multiple elements, we were using <div> tag…
In this part we will learn about react fragment and its types, As we know that in ReactJS, render method can display only one element or tag. And if we want to render multiple elements, we were using <div> tag…