I have developed a dummy React application using create-react-app. Stackbliz Reference I know that when we do npm run build a build is created and there are map
I am coding a only front end site using Django. to query data to a DataBase I use AJAX to my Django and Django requests a third party GraphQL. so far all works
After an AJAX request, sometimes my application may return an empty object, like: var a = {}; How can I check whether that's the case?
In JavaScript, you can use prompt("This text is above the field of the prompt.", "This text is in the field of the prompt.") to get a customized window appearin
how can I use the variable below theId from file1 in another js file2 in react? file1.js import ..... class File1 extends React.Component { constructor(pr
So here, I am using NodeJS with Express Js. I have stored the JSON value from an API in a variable and I am trying to show the JSON output on my HTML page, I a
Is it possible to embed an html5 version of a youtube video without using an iframe?
since it is possible to find out if the PC is in darkmode or not I would like to know if it is possible to find out which colorschemer the User has taken e.g. y
react-dom.development.js:86 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-l
react-dom.development.js:86 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-l
Hi everyone when I'm using my phone i get to know that there is one feature given by my phone ,they provided a straight line while stretching that div I'm able
I'm working on a portfolio, and I had an idea to add a section saying: "My work has been seen by this __ many people." In order to do this I have settled on usi
I'm using Auth0 for sign in/sign up flow and user has possibility to update his profile information. In order to do that I'm requesting a token from auth0 using
I was wondering to create a dynamic short link when the item is created on firestore. I want to create a dynamic link when onCreate method of firestore cloud fu
I'm using my API key stored in a .env.local file. And it setup correctly but not working assert.ts:128 Uncaught FirebaseError: Firebase: Error (auth/invalid-api
I have a situation where I needed to create a new repository from the existing repository on Github (with a different name) but I want to import the log/history
I tried to install react-neshan-map-leaflet and everything was installed well without errors, After the project started, I saw this error: ERROR in ./node_modul
I encountered a bug where I dynamically generated a URL from props for image import in my Vue 3 component and it becomes undefined after build Script used to ge
I am making an azure cloudfunction with nodejs that gets triggered by a servicebus topic. Reading this I am super confused, they have a version for everything a
I have built a table with 4 columns. 1 column is text and the other 3 are inputs that are set to readOnly. For this table I have written an arrowKeyCodeNavigati