Skip to main content
0 votes
2 answers
13 views

I created a custom hook to fetch data and memoize it using useEffect and useMemo, but my component ends up in an infinite re-render loop. I can’t figure out why. Here’s a simplified version of my code:...
Talha Saeed's user avatar
-1 votes
2 answers
45 views

I have a for loop function that loops through an HTML collection and adds an eventlistener to the elements in the collection. My problem is that I get an error about the event function being unable to ...
YAKOBISAAC's user avatar
Best practices
1 vote
3 replies
40 views

Good day everyone looking for public api ai for free for study purpose can you give me a links or any api's to support my study in webdev- and any tips about WEB DEV API build with an app how to ...
Franzcon's user avatar
-1 votes
0 answers
49 views

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1....
Rafail's user avatar
  • 7
-2 votes
1 answer
62 views

I have in-page tabs that work well, and they look 'active' when you click on them which is great, but I also have images in divs I use to access the tabs and when using that, they don't get their ...
WALDO's user avatar
  • 1
-1 votes
0 answers
72 views

I have a WebGL canvas inside of a div and I'm trying to find the mouse position inside the "world", given the mouse position inside of the div. using that position, I'm trying to rotate a ...
Hussein Sabbagh's user avatar
Advice
0 votes
1 replies
64 views

Our website, developed with next.js, uses styled-components, and we're planning to migrate to CSS Modules. SEO, CWV, HTML size before the <body> tag, style minification, and other factors are ...
Maksim Liakh's user avatar
Advice
0 votes
3 replies
39 views

I have very little JavaScript experience, so am finding it difficult to understand the guidance on this. I have a bar chart which shows survey data results over multiple years. However, my survey ...
takethesummer's user avatar
-4 votes
0 answers
37 views

This is what I try to do: Create a page that is basically made up out of multiple single pages. For that I loop my code and output HTML cumulative. It works fine for everything except the images I ...
Dutchottie's user avatar
-1 votes
0 answers
50 views

I have an application modified from a code base that was given to me. I currently have 4 brick walls and a cube that moves back and forth in the "room". The cube should be emitting point ...
Zoe Gillespie's user avatar
1 vote
1 answer
55 views

I'm building a web app in ASP .NET 10 Core Web App MVC. The problem is having the JS work for a modal popup partial view once displayed. Partial view is a file picker that receives view model data ...
DigAtRandom's user avatar
0 votes
0 answers
79 views

I need to create an extension (for private use, so any permissions OK) as follows: It opens its controls on a separate, unique (i.e. no duplicates) tab. The user selects some options and clicks GO. ...
bliako's user avatar
  • 1,259
0 votes
0 answers
137 views

I want to make a part of the header on my website where there is a box made from an SVG, and there is a JavaScript framework that spins and animates this box. However, I want to use this animated box ...
MindaMan's user avatar
0 votes
0 answers
39 views

I have code that looks like (pseudocode) source.connect(lowpass) lowpass.connect(highpass) highpass.connect(destination) I have a function which I thought should properly reset the audio graph; ...
Michael's user avatar
  • 863
0 votes
0 answers
60 views

I know Windows OS notifications can exclude these buttons but how is a mystery to me. Virtually every Windows notification I've ever seen does NOT have any such button but I'm lost on how to make that ...
Slbox's user avatar
  • 13.5k

15 30 50 per page
1
2 3 4 5
168262