Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
6 views

Whilst this question has been asked many times before there are seldom recommendation on it with modern browsers in 2025. Example: Total CSS for a website is 200kb. Total JS is 100kb. We know the ...
Walrus's user avatar
  • 20.6k
0 votes
0 answers
16 views

I encountered a unexpected behavior with cookies in a Next.js when setting a cookie inside a server action and attempting to read it during the initial render of a client component. The server action ...
Gnaneshwar P's user avatar
-3 votes
0 answers
20 views

Whenever I start to code, I have ideas but always the coding part gets messy. I move in randomness and its hard to merge the code then. Anyone help me how to structure the code so I never reach the ...
Nand Kishore's user avatar
-2 votes
0 answers
34 views

I'm making a personal blog with Astro.js, and I'm using @astrojs/react to integrate React in my project. I've searched web first, but I even can't locate where the error happend because I don't know ...
SamHacker's user avatar
-2 votes
1 answer
28 views

I am a beginner with Google App Script and JavaScript. I am trying to send a confirmation email using the onFormSubmit trigger in Google Forms. The code is connected to the trigger and has been ...
Stefan's user avatar
  • 1
-3 votes
0 answers
39 views

I have an app that contains a canvas I am drawing to, and I'd like to be able to track the mouse position accurately. The issue I face is that the farther you go towards the bottom right, the less ...
GPorubanTKK's user avatar
-1 votes
0 answers
24 views

I am working on a portfolio project and im trying to get these slide indicator dots to stay on the right of the screen and in the middle of the slide. Ive currently got it on fixed, which i dont want ...
Kaleb Pope's user avatar
0 votes
0 answers
48 views

I have two similar Angular projects (both on Angular 20) and currently one of the projects when I run the npm run start command I am constantly getting the error below. Should I remove the package-...
user29988923's user avatar
1 vote
1 answer
24 views

I was initially following this StackOverflow answer to obtain data from Child component but given how I had set the component up (based on another StackOverflow answer that I have since lost) i am not ...
Irene Serrano's user avatar
0 votes
0 answers
20 views

When I drop content into the TipTap editor on a new line that doesn’t already exist, I see a horizontal line cursor. Why does this happen, and how can I fix it? here is my tiptap extension ...
Alok Shaw's user avatar
0 votes
1 answer
39 views

I’m building a web application that needs to support multiple languages, and I want to set up internationalization (i18n) in a clean and maintainable way. Specifically, I’m looking for guidance on: ...
some guy's user avatar
-11 votes
1 answer
82 views

Clarification: I am not parsing HTML inside my own API. I am calling Swiggy’s public-looking API directly from a React frontend for learning and practice purposes only. The issue is that this endpoint ...
Natansh's user avatar
0 votes
1 answer
70 views

I have formatted the object accordingly and my to-do items are showing. When deleting a item the issue persists that the item only goes away from the UI when manually reloading the page. How can this ...
Mezzo's user avatar
  • 31
1 vote
1 answer
21 views

I currently have a loop that generates some Animated.Views on top of one another (like in a ZStack). With my code as is, all the views move together on a single swipe rather than one by one on ...
Irene Serrano's user avatar
0 votes
2 answers
55 views

I have installed @polymarket/clob-client and it is in my node_modules but typescript still says the module is not found when i try to use it This is index.ts ` import {ethers} from "ethers"; ...
Nosakhare Kingsley's user avatar

15 30 50 per page
1
2 3 4 5
168437