Component mapping in React
You definitely would have made use of the array.map() feature of JavaScript in React, probably to map a list of items or some data into your app's UI. But, what if you could do just that to your components?
In this short guide, I'd show you how to ac...
seven.hashnode.dev4 min read
Favourite Jome
Software Engineer @bug0
Interesting! I'll try it out sometime.
I'm still new to React and I see your point.