I know that I can use the access token that I receive in the response can be use to authenticate users. But I want it to be more secure So I want the code that
As you can see below, I've tried many ways of setting the background color to green, all to no avail. The background remains blue like the image. The inactiveC
I am having a variable (in real app it is api) called data which contains value as nested items. From the level 1 it has title which is displayed already then
can't handle this error any suggestions? import "./App.css"; import { navigate, useRoutes } from "hookrouter"; const routes = { "/": () => <h1>h
I'm new to react and when I'm updating my state in redux, I'm no able to see my state updated in my component inside a setInterval, despite the state in redux i
I tried to print simple table using react-to-print. I got Parsing error: Unexpected token, expected "," at line no 24 "const". I am new to react. import React
I was trying to fetch a video from backend in the form of byte stream and i was able to get video from backend. But i am unable to handle the video on front end
I was trying to fetch a video from backend in the form of byte stream and i was able to get video from backend. But i am unable to handle the video on front end
I create small chat application using react chat engine library. This is the UI image But chats are not loading even I provide correct credentials. It's gives
We have developed the nextjs react application, which is ready in production now. It leads to some storage issues. we inspect a lot and finally found .next fold
search looks like this search: "?productId=1234" and changeId is action const urlParams = new URLSearchParams(window.location.search); const productId = urlP
I working on a portal using react and I am trying to pass the form data which is an object from the signup page to the phone verification page so I can verify a
I have a Lerna Workspace with some packages and a webapp created with create-react-app using TypeScript. When I try to add node-sass (needed for customizing ag-
I am working on a meta framework that will use react. I would like to offer some functions that are directly available without the need of an import, exactly li
I'm learning NextJS and I'm trying to determine how to layout my project with a clean architecture that's also secure. However, I'm not sure about where to stor
I've been trying to make a simple image upload form using react, axios and multer, but I can't figure out a way to deal with cors ! Here is my form (running on
I have tests in which i used the cypress-promise library. I have included promisify in that to wait until my commands are executed and give response. in my file
Using Bootstrap 5 Modal in React.js, the Modal opens on click of the button. If we have a form on the modal, need to perform some validations, and allow to subm
I am working on simple CRUD with react and react-redux and having trouble with POST in client sideBoardList.js import React, { Component, Fragment } from 'reac
I'm working at a React Web App with Fullcalendar. I think one does not need to know Fullcalendar in order to answer this question. It's rather a matter of React