onclick of sidebar item issue in react – Reactjs
i am trying to create a simple react project. it has a navbar, sidebar and the main content area. first a home component is displayed. home.js import { useState } from "react"; import Navbar from "../navbar/navbar"; import Sidebar from "../sidebar/sidebar";…