Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [reactjs]

React is a JavaScript library for building user interfaces. It uses a declarative, component-based paradigm and aims to be efficient and flexible.

0 votes
2 answers
93 views
+100

Nextjs with next-intl renders the page twice

I am using nextjs 14 and just integrated next-intl for internationalization. My Problem: If I switch between the browse and my-items page, the fetch script, and the page rendering twice My questions: ...
Peter's user avatar
  • 1,229
0 votes
1 answer
55 views
+100

Capturing text selection in Google Docs for Chrome extension

I'm developing a Chrome extension that shows a popup when text is selected on web pages. It works fine on most websites, but I'm having issues with Google Docs. Here's the relevant part of my content ...
Nightcrawler's user avatar
-1 votes
0 answers
29 views
+100

SecurityError: The operation is insecure on iOS in Next.js Project

I'm encountering a persistent SecurityError: The operation is insecure. issue in my Next.js project, but only on iOS devices. I've reviewed several related posts that suggest it could be a Firefox-...
Ajouve's user avatar
  • 9,957