Using <Fragment> to wrap react component return values
I started writing react.js code last March and the journey has been fun so far. But I couldn't help but notice that wrapping return values in my code with a "div tag" felt weird. So here's what I found:
React return values can only take a single val...
tasleemofx.hashnode.dev1 min read