A quick look displaying data in React with Hooks and map()
map() takes an array manipulates the array and returns a new array of the manipulated data.
Using the map() array method in React is the standard for React apps.
In the example below there is some hard coded state called doggos which is an array of o...
davidbell.hashnode.dev2 min read