I have used react bootstrap navbar also used react-scroll for smooth navigation. It's working fine but navbar is not collapsing when clicking any nav item in th
I have a <div> tag that has a list of elements, the list can be long so I gave a fixed height to the <div> tag and overflow:auto property to have a
I am using the Flyerchat library for the chat application. <Popover isVisible={open} onRequestClose={() => setOpen(false)} from={t
I've recently implemented dark mode into my app, but having an issue with an error when building the npm package with npm build. The code works, but is there a
we are loading 100 records in the grid initially, after that when we scroll down , loading another set of data. But when we try to print the page its loading ju
I set up my react router like this: <Route exact path="/users"> <component/> </Route> <Route exact path="/users/:id"> <compon
While i'm using axios to fetch data it's return 304 on React . But it's work on Postman ! const [mangas, setMangas] = useState([]) useEffect
Let's say I have a user's account information stored in localStorage (client side). I need my Next.JS app to render the webpage's navbar based on what's stored
node_modules\firebase\package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved node_modules
Image for Development Environment: Image for localhost: As is visible jss6 css is what is coming from makeStyles-sidebar 6 but on deployed version there is so
EDIT: while the accepted solution worked, this worked much better in my use case I have one function that validates that neither input field A nor input field B
I've created a simple react (nextjs) app that sends some data to a backend server. While the data are being processed the react app keeps track of the progressi
/* Here is my container in my react component */ <Container fluid className="graph-container"> <Tabs id="graph-buttons" var
I am using TextField that field data I am adding into the table that works fine what my task is I have one field called Total no of count their I am storing my
We are building our web app and want to choose right design frameworks. Our plan is to build a stand alone web application and then to integrate it with Microso
For my React/Express app, I've already built my backend API in Express, including a route for posting a blog post (/api/posts). On the front end, I built a form
I am using React to build a web app. I never called fs in a file and everything worked fine until I suddenly got this error: Uncaught Error: Cannot find module
I am trying to implement authentication for my routes like this using react-router v6 <BrowserRouter> <Routes> <Route path=
I am totally new to TS and react and I ran into a problem. I tried searching many places and can't seem to fix it. The whole error message is: Type '{ author: A
I have a file structure like below store index.js reducers organize index.js user index.js index.js trying to combine organize and user reducers to reducers/