I have products with a star icon to add this product in wishlist. I map 10 list of products and each map has 3 products like: (I Map it in Pagerview to swipe to
Error when using npx create-react-app my-app. I'm new in node and react and I'm trying to create my first react app. I seem to have fairly good internet connect
I have a lot of values inside a .env.local file. NEXT_PUBLIC_GA_ID = myvariablevalue I wrote a function that checks if these are present: exp
I have a single object of with key value pair, and i need to replace the first key value pair with a new key value in react.js. I have tried to make immutable p
The client-side state is not hydrated from the server after creating a new store CodeSandBox Link - https://codesandbox.io/s/vibrant-aryabhata-l29r2b Steps to r
I want to run some html parsing on a page.I want to know if I can get the whole html page source code as a response. I think I will be using node-html-parser np
I have a problem, how can I hide a status bar in landscape mode? In portrait mode its works. I'm hiding the status bar by either: <StatusBar hidden={true} /&
I just linked a custom domain I got from google domains to a github pages react app. Currentely, when I go to the custom domain, the homepage of the website wor
I'm currently learning how to develop chrome extension using React. However, i'm stuck with an issue where react re-renders like 3 times even with a very basic
I want to host a multi-page react app on gh-pages. I've got links to different pages on my navbar, it routes properly to the links on homepage. But for differen
I created a form with html5 in react app but did not find any simple way to clear all input field with clicking the submit button. So I wrote a function and wri
I am a new in gradle task creation.I am using Spring application as backend and in frontend I am using React App.So now My question is how can I build react app
I have a reactjs-popup inside my CustomPopup functional component: function CustomPopup({setFalse, item}){return(<Popup open={true} onClose={() => {setFal
I'm building this website where users can sometimes upload one audio or one image and sometimes both at the same time to cloudinary. I'm able to upload from the
I am setting up a useRef object to hold a NodeJS.Timeout component, the return type of setInterval(). When I use that later in clearInterval, I get an error (sh
I have a form that is supposed to submit order details to the orders table through a custom select element (headlessUI Combobox). The element works fine but I c
I was working on a react project and wanted to install react-icons so run npm install react-icons in the command prompt. but after a while it throws these error
Can someone explain why this validation is not working properly? When I click the submit button I should check to see if the field is empty, if it is it should
Trying to debug apps with React Native Debugger. Shows "Unsupported DevTools backend version". How I got here I created a new app using expo init ([email protected]
The output should be a page where these are written line by line Navbar Header About Work Skills Testimonial Footer But i am getting a blank page. I have done e