I am using react-select to select and search from a list. I need to change the text color of the selected text (that is visible in the search box) to gray when
I am moving a project from React to Next.js and was wondering if the same authentication process is okay. Basically, the user enters their username and password
So my problem is that I cannot see the CardElement Ui component in the image below. It should be above the Order Total: $0 which is beside the payment method.
I want to make the dark mode button above all the items on the website.I used DarkMode.js for the same.The button is hiding behind an image.How make its priorit
I am using the handy react-pdf library to render/display/download pdf's in my React site. I have my PDF's stored on the server. I have a call to the server th
I am reading this and it says: When a component is purely a result of props alone, no state, the component can be written as a pure function avoiding the
I have a feature where you can click an img and see a a list of names which are clickable....when you click a name, that persons image should take the place of
I'm using React Native with Expo, and it is all going well except for this one issue with custom fonts. I have my font Lobster-Regular.ttfin ./assets/fonts, and
I have a login page but that authenticates the login on router with a call to the backend. The backend returns a response 200 if the user is authenticated, and
I'm relative new to react but I'm trying to use a common custom scrollbar but I can't seem to get the styling to work, I also submitted this as an issue on gith
I'm trying to upload an image to a serverless function on firebase. I'm sending the request like this: const updateProfileImage = (image) => { fetch(
I am using electron-react-boilerplate to create an Electron-React app. The dev tools show up on the screen by default. How can I make the dev tools only appear
I am creating a new react app and trying to configure webpack compiler from scratch. The issue happens when running the build command with webpack -c config/web
I can't seem to find how to update query params with react-router without using <Link/>. hashHistory.push(url) doesn't seem to register query params, and
I'm making a react native app now. I need to use a horizontal weight scrollbar in the app like the image which I attached. When a user scrolls the horizontal sc
I'am trying to use react-leaflet-markercluster, but after I add <MarkerClusterGroup> to the code, errors are displayed in the console and the page does no
so I'm trying to push a variable onto an array called list from my state. But it is throwing off this error saying that undefined is not a function. However, wh
Instead of having many dependencies for individual hooks, I am interested in a single curated and tested library like Vueuse, but for React. Does something like
I have a seemingly trivial question about props and functional components. Basically, I have a container component which renders a Modal component upon state ch
I am learning NextJS right now but I can't seem to proceed, as anytime I make a change and hit CTRL + S The codes become scattered. See screen