Here is my code: import React from "react"; import ReactDOM from "react-dom"; import Navbar from "./components/Navbar/Navbar"; import "./App.css"; import Home f
I want to display alert message if user type name into input field and checks if the value is same as the object value present in the array of object. I'm using
I am working on a project where I have to pass data from one page to another. For example, I have data on the first page. let data = [ {id:1, name:'Ford', co
I am trying to find a way how to open the google play store with my application when the user is pressing a button inside of the react-native application. Is th
I have an electron app based on electron-react-boilerplate. Now, that I have one window running as I wanted it to run, I started to create a new window. I cur
I am new to ReactJS and am creating a simple TODO application in it. Actually, it is a very basic app with no DB connection, tasks are stored in an array. I add
I've got this react component throwing at me this error: Uncaught TypeError: link.request is not a function at ApolloLink.execute (ApolloLink.js:65) at
I am getting the error: Unable to resolve path to module '@aws-amplify/ui-react/styles.css' I am using the amplify authenticator component shown in the follow
I want to install MUI in the Redwood JS. But when i ran the command in the project directory yarn add @mui/material An error popped up in the console saying er
Trying to open datepicker on click of icon of react-datepicker component, I have gone through their docs and issues links but found that its not much useful. &
I'm trying to make a Tampermonkey script that'll automatically enter text into some form input fields. Normally, you can do this with just: myElement.value =
Exploring NextJS a bit for its server side rendering features. It looks really nice and easy to use. I already explored the _document.js file which we can inclu
How do you include a space before the closing tags in self closing tags with WebStorm/IntelliJ-based products? Default settings turns <ReactComp /> to &l
I use firebase v9 and created a react hook for convenient verification of user authorization. After authorization, I can't log out on the page as if the signOut
I read componentDidMount gets called only once for initial rendering but I'm seeing it's getting rendered multiple times. It seems I created a recursive loop.
I am trying to output different components based on the inputType, however the component or anything that goes into the DOM does not render (aka console.logs fi
I want to use axios using async await function. But when I use async await function then I get an error. useEffect(async() => { await axios .get("
Is it possible to show a second-by-second countdown of remaining time in React-Idle-Timer? This example they have on the site only shows it in certain scenarios
I'm using reactjs project for use as a webpart for the sharepoint project. But when i deploy the build project. It give me below error. Failed to load module s
So there are a few tools to record and view live sessions of users on your website using js sdks's like: logrocket, hotjar, https://github.com/rrweb-io/rrweb ht