In my NextJS app, I have a language selector that's visible on every page. When I select a new language, I just want to replace the current URL by appending a q
I am trying to get to grips with the React hook useState. At the moment I am unable to update the state of my errors object, a little unsure of where I am going
I'm trying to filter the slug generated by Gatsby so I can remove white space and replace it with "-". I have Gatsby's reporter set to fire when onCreateNode is
I have been trying to find a way to change the placeholder text for a GooglePlacesAutocomplete Component in React Native. I have tried looking through the offic
I'm doing a simple tutorial on react/ redux and I do not understand why we have to, in the render() method, do const {images, selectedImage} = this.state;
I am trying to manage a react app with react router and node js server my router in react: <BrowserRouter> <Switch> <PrivateRoute tok
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