I am using passport js with REACT and during fetching the logged in user-data the cors header of fetch isnt matching even though they are the same. this is wh
The React app I am doing is to practice fetch from Github's API with React Hooks. Code: https://codesandbox.io/s/lingering-sea-2cdkng When scrolling to the bott
I am trying to implement authentication flow where a User can log in and log out. If the user presses a button in LoginScreen, the signIn() function from AuthCo
I installed chakra-ui via, npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6 while using ChakraProvider component I'm getting follo
I'm relatively new to React, but facing an issue which I understand to be fairly common; my app works fine, but when I refresh or try to link directly to a rout
For example, I have an onClick handler on a <div> tag. The handler should expect a return type of React.MouseEventHandler<HTMLDivElement> | undefine
I am junior backend developer but I use the react library in my clone projects After updating the react script, I started getting a lot of errors in my project.
i'm working on an app which communicate with server via socket.io, users in my app have unique ids which i want to use on my server so i made a small class whic
i been learning lots about three js with react which use react-three/fiber right now i am learning how to use points to make a simple grid which fill with circl
When I try to import and use a mui icon in react, it makes the whole div dissapear, and just the background image remain, i have installed: emotion/react, emoti
Trying to edit the table cells using react-bootstrap-table, I am able edit successfully, but when I click on other components in the page the edited content has
Having a div with dynamic logs content (props.logs), How can I auto scroll to the bottom? <div className='rc_logsContent' ref={logsRef}> <Collaps
Hi all i'm trying to get an array of Sizes and Color which is inside an object. So when we click on the input a handler will be call i.e., clickHandler() but th
I would like to change the height of a modal stack, so you can interact with stacks while still having an overlay modal. --navigator |--any stack |--over
I am working on a react project for taking a signature from users. I am using react-signature-canvas to sign users. I want the signature data to be saved in th
i am working on react axios, i run the axios call, you can see i setup the http api call, but when i run the code, it call https api, can anyone please help me
When I have an object defined as such, const obj = { first: "hey", second: "hello" } and I do not wish to modify this but create a ne
I have a component, which takes a parameter from the url and displays it. I implemented it using useRouter's isReady property. Something like this: import { use
I have three componente ComponentFather ( grand Parent component ) ComponentChild ( Child component of ComponentFather) ComponentChildChild ( Child component of
It seems like when using redux with react, immutable.js has become almost a industry standard. My question is, aren't we making changes to our redux states immu