skip to Main Content

Reactjs – React UseContext not updating

I have a basic React project to learn useContext and i cant get the state to update. index.js import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; import 'bootstrap/dist/css/bootstrap.min.css'; import App from './App'; import { BrowserRouter } from 'react-router-dom';…

VIEW QUESTION
Back To Top
Search