I am beginner to react js. Please someone provide input for below issue. In local system react js application is working fine but when i am generating build fr
I have a login form from where I am calling the .Net API from react using Axios axios .post( 'https://localhost:5001/login', { email: 'abc@gmail
In the following example, I am trying to change the size the UI chip in dynamically in order to respond to the font size of its parents using the em css unit. M
I created a MERN app that has a node.js server. To host the website on Heroku first I have to create a build folder by it using npm run build. After that, I hav
NextAuth.js automatically creates simple, unbranded authentication pages for handling Sign in, Sign out.So I created it like the document suggest.I created in s
I want to show the different change between two side contents, but the results are not showing what I expect them to. No changes are showing. The version I am
When I use the app and navigate to the SetContext component, I see the value of auth is correct ("dummy value") and after entering a value in the edit field and
Api: http://api.openweathermap.org/data/2.5/weather?q=Canberra,Australia&appid=8d2de98e089f1c28e1a22fc19a24ef04&units=metric Image Source I want to load
I have a react context state for my multi form input values: const [formValues, setFormValues] = useState({ sex: "male", unitSystem: "metric", hei
I have, { mydata.map(({ name }) => ( <p style = {{ display: "inline" }} > { " " } { name }, </p>)) } How can I remove the last c
I am creating a website builder. For Text edit, I m using contentEditable and to capture its state I m using the onInput event. but I don't know why every time
How can I put a validation or not allow to enter the following special characters [^%<>\\$'"] on the Material-UI TextField. Below are my existing codes. c
I have an application developed using ant design ( React JS ), and I started integrating the cypress e2e test for the application. However, I could not get it t
I am working on a product that takes a file from API and read as a blob. But pressing the play button on the video does not work. I have tried using tried using
I created a react app via npx create-react-app my-app and got several compile errors about module support. I know webpack5 does not support some modules automat
npm i @material-ui/icons npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]
I created a HTTP API endpoint for searching a database, it is used like this GET /orders?created_by.name=John&delivery_estimate.start=2022-06-01 Our web fr
I am using "React Transition Group" ver 4.4.2 to animate menu buttons (CSSTransitions mapped inside TransitionGroup), but when I click them ones or a couple of
I'm doing a react-typescript app where I need to be able to translate the site. I'm using the i18next library. In the main page the user can change the language
I am using two class components where I have a method that I am invoking from the parent component. and for this reason, I have to create two references using R