python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Routing with react-router-dom, redux, apollo-client, connected-react-router and redux-persist
I am trying to configure an application and I am using: react class components, redux, react-redux, apollo-client, redux-persist and connected-react-redux and I am receiving the following error: "...
Prgrmist
Votes: 0
Answers: 1
when i run build react app it gives me blank page with errors 404 (Not Found) in console
my problem is that when I run build react project it gives me white pages with errors in the console log I tried adding "homepage": "." and it didn't work still gives me a blank ...
Saad hesham
Votes: 0
Answers: 1
PrivateRoute not redirecting in reactjs
I was building a website for developers following a Udemy course. It redirects users to the dashboard after they log in. I need to make the dashboard page private, so that only logged-in users can acc...
Krishnadev. V
Votes: 0
Answers: 1
Property 'history' does not exist on type 'IntrinsicAttributes & RouterProps' - react-router / react-router-dom to v6
import { Router } from 'react-router-dom';
type AppShellProps = {
store: AppStore;
history: History;
federation?: FederationProps;
};
type FederatedShellProps = {
federation?: FederationPro...
cldev
Votes: 0
Answers: 0