While storing data in sessionStorage for a react app, I can't hide the user's userid in the browser. How can I do it?
import React, { useEffect, useState } from 'react'; import { useParams } from 'react-router-dom'; const CountryDetail = () => { const {countryname}=u
I have built a MERN stack app which has a few different API calls. It works as expected locally however it returns 504 (Gateway Timeout) for all the API calls w
import React, { useEffect, useState } from 'react'; import { useParams } from 'react-router-dom'; const CountryDetail = () => { const {countryname}=u
I have built a MERN stack app which has a few different API calls. It works as expected locally however it returns 504 (Gateway Timeout) for all the API calls w
I am trying to: center the image above the waitlist sign up have the background video scale in some relative way so that it doesn't have to load in a perfectly
I recently tried to upgrade my project to tailwind css and I'm getting this error this is my tailwind config module.exports = { mode: "jit", purge
I remake browser version of TacticToy game with React, and during unit-tests writing I've got a problem: there is no full traceback of a custom exception, only
import React from 'react'; import { ToastContainer, toast } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; function App(){ const no
We are using a React-bootstrap-table for the table and we are facing an issue in searching the data in the table while using pagination it searches data only fo
I noticed that my attempts to extend components like PaperTextInput.Icon or Tab.Navigator are failing and I'm wondering how am I supposed to extend them? What I
I am working to handle a signup form with next js, I used Formik from form and Yup for validation, all things are working correctly except radio buttons. The er
In my React app I am working in user login. My goal is to show current user's username when the user is logged in. I'm fetching the user data in redux actions a
In my React app I am working in user login. My goal is to show current user's username when the user is logged in. I'm fetching the user data in redux actions a
So I'm having an error message - TypeError: Cannot read properties of undefined (reading 'params') TypeError: Cannot read properties of undefined (reading 'para
So I'm having an error message - TypeError: Cannot read properties of undefined (reading 'params') TypeError: Cannot read properties of undefined (reading 'para
Can't figure out how to get optimistic updates to work properly when I'm creating a new item rather than updating the existing one. The optimistic updates do wo
I am trying to add a carousel for my products. I have an array of url images in product.images that i want to show individually in the carousel but when i map t
I want to return two cookies, but only one is returned only token cookie, while key cookie cannot be used export async function getServerSideP
Creating a new React app in E:\rn-starter\my-app. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with