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
Great article, I use the map function a lot in react especially if I'm rendering components based on a list I get from an API. :)
Favourite Jome
Software Engineer @bug0
Interesting! I'll try it out sometime.
I'm still new to React and I see your point.