Display navbar item with Map() in React
1. Create Items in your navbar.js file
import React from 'react';
const navItems = [
{
name: 'Home',
href: '#home'
},
{
name: 'About',
href: '#about'
},
{
name: 'Contact',
href: '#c...
rafikadir.hashnode.dev1 min read
Developer Avocado
Frontend developer. Debugging this world one console.log() at a time
Thanks for explanation Rafi kadir π