I have this function in React that should export the result got from an Axios' API call: import axios from 'axios' export function youtube(channelId) { va
I have this function in React that should export the result got from an Axios' API call: import axios from 'axios' export function youtube(channelId) { va
i am trying to use the headless ui modal but i am trying to launch this modal.js from my home.js file. so in my home.js file i have something like this function
Here is my form and the onClick method. I would like to execute this method when the Enter button of keyboard is pressed. How ? N.B: No jquery is appreciated. c
I am going to build my boilerplate for React and node, the root folder structure is look like this - (root level) - client - src - public
I'm currently using react-modal package. I want to disable click and scroll outside react modal component.
After updating my React Native app to the latest version up to date (0.60.4), launching my app using react-native run-ios would result in my application startin
My box closes when clicking outside of the box making me lose all the input. I want my box to close only when clicking on the cancel button. I am not sure what
Error output got error and couldnt get it fixed idk whats problem last thing i remember was installing latest version of npm, after that rolled back and install
I am getting this error while using OAuth 2.0 in my web application. I am building my application in React. I have created the OAuth Client ID as well. I am usi
I have a websocket server running on the backend using the ws nodejs library. I'm getting this error whenever I am trying to connect to it from the client side.
getTransactions method call need to be called only if user is logged in, but the info about the user will not be visible. What can I do to force a reload when o
I'm trying to strip console log and console debugs from the production build of my laravel + react app. I found many different solutions but none seemed suitabl
I want to design a cross-platform (Android, iOS, and Web) plugin-able software that means everyone can easily develop a plugin for it and users can pick plugins
Trying to run npm start within my React app is causing the following: Error: Child compilation failed: Module.createRequire is not a function - child-c
I am using Create-React-App and I want to add background image for my header section and I am doing this in that way: background-image: url('~/Screenshot_11.png
I'm using NextJs. I would like to create a link in my header section. This link should take the user to TestimonialsSection on the same page by scrolling.
error Error: A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that s
I'm trying to get rid of the empty space around an image, which is inside of a bootstrap column. I've managed to fix the problem on desktop using -1rem on the
How can I center the text in the headers for an AG-grid control? I have tried using cellstyle and cellclass in the column definition but that did not work. Than