I have a react app which is in production for few years now, everything was working just fine but all of a sudden a it has stopped working (only a particular fu
works fine in all windows but not in iOS devices. Video show ok on windows but in ios not render the video. render() { return ( <> <iframe s
My timer in Reactjs is not working correctly with a delay... I noticed that over time, my timer starts to lag if I switch to another browser tab or window. Why
I do not understand the difference between redux and react-hook-form. What is the difference? (I am only somewhat aware of the fact that both are tools to manag
I understand that React Testing Library has an example of testing with react router, but I couldn't get it to work (I think because I am using react router V6).
I am trying to redirect 404 pages to the homepage in Nextjs, but because of a rule in the next.config.js it does not work. Every other 404 redirects to homepage
I am getting different behaviour depending on whether I am using a boolvalue on with useState, or whether I am using a bool value inside an object with useState
Hello I would like to use bootstrap 5 without react-bootstrap and reactstrap when I create my modal I end up with this error: TypeError: undefined is not an obj
I created a custom fetch hook called useFetch() and initialled it in my App.js component, to render a list of movies when the web app loads up the page. I am tr
I have trading view charting library i'm working on it but now i want to add custom indicator in it but i don't know how to do.
We recently worked on an auto-scrolling while freely swipeable component using React.js. The implementation idea is inspired by this article And we've made some
How to properly change a array of object to another array of object in TypeScript? a : [ {bcdbcd : 1, abcabc : "value1"}, {bcdbcd : 2, abc
I am writing the frontend of my application with nextjs I am trying to load image from the public folder but I am getting invalid url I copied the image to the
I have a ts project written with React, I want to render a simple map an a rightsider but I got an error report "Error: Map container not found."Below is my met
I am following react tutorial teaching by Bob Zirol in freecodecamp; in my App.js I have rendered a Card.js component which I passed an image as props; so how c
I have a fun project made with create react app. I want to convert the same application to a browser extension. This idea forces me to make the project a mono r
I am trying to test the following component: class SearchComp extends Component { constructor(props){ super(props);
I'm trying to make SSR React web application. Everything works fine except staticContext. My server code is // IMPORTS const renderer = (req, store, context) =
So in a previous application for using Google Analytics i had this component for a <RouteChangeTracker/> this component would listen to the url change, an
When I try to install a dependency I get the following error. How can I fix this? npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm