You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just come across this post which explains why we should not use pointless div just to close the elements in one tag. Chere it here https://www.barrymichaeldoyle.com/fragment/
Let's all be professional developers.
Cheers
The text was updated successfully, but these errors were encountered:
React.fragment is very important if you are trying to render multiple child components,
All your components supposed to be inside of React.Fragment tag
Hello people,
I just come across this post which explains why we should not use pointless div just to close the elements in one tag. Chere it here https://www.barrymichaeldoyle.com/fragment/
Let's all be professional developers.
Cheers
The text was updated successfully, but these errors were encountered: