I created a shop and the url is like:https://myshop.com But my client asked me to add respective salers' id into the url so that they can do some analyses, so i
I have a node app that I wrote, that I run as follows: node.exe app.js inputArg Is there some way I can package this into a .exe by itself? So I can just do s
Cannot update a component (BrowserRouter) while rendering a different component (Login). To locate the bad setState() call inside Login, follow the stack trace
I have a few forms. Every of them have the same logic (validation, sending...) so, I want to create one method to control actions on my forms. For now my code i
I have the following code in FC component: I just want to call the Api and Log the info when the component is mounted The console.log is being called twice fo
I wanted to import an ECDSA private key in Chrome to sign some data, tried yet with crypto.subtle.importKey: feeded the importKey with a derivated private key u
The form required the user to input phone number if its not employee, I have done this part. How to make the validation error appear on select value change? For
I'm completely new to Vue.js and I think I have a bit of understanding of how a router works with things like: <router-link to="/"> But I am not really u
Hi guys very simple question. I have a home page and a room page. The question is why is the logo image in the navbar component loading in the homepage but not
I have a bit of code where I am looping through all the select boxes on a page and binding a .hover event to them to do a bit of twiddling wit
I'm using Laravel 8 and PHP 8 and livewire 2. I have a Fullpage Livewire component. I have a button, to toggle a simple flag between false and true. <Button
I am using React i18next library for localization in my application. Everything works fine when using the library on localhost, but when I produce a production
I'm working on a node.js application that, once each week, will make a series of API fetch requests, and store the returned JSON into files. Currently, the code
I am new to React and building a movie db app. I have defined my async fetch movies api call in API.js and call this in the Home.js components' useEffect and se
I have react component, for example something like this: const MyComponent = (props) => { const [state, setState] = useState(true); const {data} = useCon
How do I get page number, which is modified (deleting/adding content) in Google doc, Google Slide in last modification time? I have used Google drive revision
For simplicity sake, I have the following html that I didn't write and I have no control over. <input type="text" id="532523" name="safgafg"> <input t
I am developing a browser extension using Quasar framework's BEX mode. In the app part (popup window), I have a TypeScript file which contains some common funct
I have a form that is used for both Adding and Editing an Organisation. If the form is in Add mode (default) then you also create a default Admin user as part o
i have a project that needs to include external html to my page. so this file will be included to many page. I'm using jQuery here. Let me show some code: $(doc