Skip to main content

Questions tagged [client-side]

The term "client-side" refers to that portion of a web application which runs in the user's browser. Client-side code is most commonly written in Javascript, HTML and CSS. The counterpart of "client-side" is "server-side", i.e., the part of a web application running at the web server.

client-side
0 votes
1 answer
1k views

When re-entering same url with Link Component in Next.js, prefetchQuery doesn't fetch data (SSR)

I'm using Next.js and React Query for SSR. Everything is fine until re-entering the exact dynamic route(e.g. domain/support/guide/faq/[id]). The expected behavior is rendered query data without ...
carryon's user avatar
  • 13
0 votes
2 answers
362 views

uglify.js, browser version returns "is not a function"

Using the uglify.js browser-version, as mentioned here, on the first comment of the OP & getting this error in Chrome console: "UglifyJS.minify is not a function at FileReader." The code ...
Mikey Muss's user avatar
0 votes
2 answers
2k views

I am passing javascript variable to php using fetch api method post but in php file i am getting error: undefined array key 'data'. How to fix it?

------html code------ <html> <body> <textarea id="my-textarea"> </textarea> <button onclick="_post_text_area_()" id="submit-btn">Submit<...
user14552956's user avatar
2 votes
1 answer
281 views

Can there be a use case diagram for an app that is completely offline?

I am building an app that is completely client side with 0 backend, as all the data is completely static and non modifiable. From what I understand of USE case diagrams, they are supposed to represent ...
Sheru's user avatar
  • 63
0 votes
1 answer
684 views

I cannot install sql.js properly

I'm trying to create a database on the client-side using sql.js and vanilla js. I guess, there is some problem within the installation process. I've done the 'npm install sql.js' and included the CDN. ...
mr.sun's user avatar
  • 21
1 vote
0 answers
338 views

Minifying HTML String React

Is there any lib that can minify a HTML string client side just like html-minifier or html-minifier-terser server side? I want to minify a string containing HTML of a email. Works fine server side ...
Thor Christensen's user avatar
-1 votes
1 answer
1k views

Is it possible to use google recaptcha on client side without server side support? If possible how?

Currently, I am working on Nuxtjs 2 project in which I have to implement Recaptcha on the client side, I do not want backend support for Recaptcha. I want to handle it only on the front end. How can I ...
Ali Nawaz's user avatar
0 votes
1 answer
665 views

How to implement client-side on ASP.NET CORE MVC project with RactJS Component

[EDIT] Ok, i unstertood that, if i render my class in a div with id="root" using ReactDOM.render it work and i can use console.log(). But i need that this component, that is in a Razor pages,...
Matteo Pagliarello's user avatar
1 vote
0 answers
88 views

Using an NPM library/package in normal JavaScript

I recently found this package named vocabulary-level-grader in NPM and it really stood out to me, so I decided to make a website on it. Here's the github link for the package. And this is my code so ...
helpme's user avatar
  • 11
0 votes
0 answers
303 views

How do send information from popup to parent window after redirect?

I have the following scenario: Inside Website a, i have an iframe from website b. on website b i need to authenticate using a oauth workflow (eg. google), therefor on website b there is an event ...
Luk's user avatar
  • 11
0 votes
1 answer
33 views

Data communication between two userInterface (ui) - Apps script refer to client instantiated sidebar

For the use of a google sheet stock management by several people, I use a sidebar for authentication (login). This running well, but i would like to allow different and simultaneous authentications (...
bricoltou59's user avatar
1 vote
1 answer
1k views

Access Environment Variables through vite-react and GCP Cloud Build

I have a React application that is Dockerized and hosted on Google Cloud Build. I have set environment variables on the Cloud Build, but I am unable to access them within my React application. What am ...
Jacob Molsby's user avatar
2 votes
2 answers
418 views

How to render a shared post's tilte and tags when shared in social platforms or other applications?

I need to render the title of a post when it's shared via Facebook or in other apps or messages. I want Something like this: However, my posts show the actual title of the application, which is not ...
everestial's user avatar
  • 7,115
0 votes
0 answers
33 views

Rendering Array List in HTML Dropdown from Google spreadsheet [duplicate]

I am trying to get a list from my spreadsheet into the html select drop-down in the web application. I was able to pass a reference number into the html, but not the list from spreadsheet. I have gone ...
Yomi Platinum's user avatar
0 votes
1 answer
911 views

How To Handle Client Side Websocket Data Stream in React Native, As The State is Changing Frequently My Screen Are Getting Frozen

I am Acutally Building A Client Side Paper Trading App Using React Native From The Data Provided By The Data Provider using Websocket, Suppose If i Subscribe For 'A' and 'B' and .... , iam getting ...
Badineni Saivardhan's user avatar

15 30 50 per page
1
3 4
5
6 7
158