Top "Client-side" questions

The term "client-side" refers to that portion of a web application which runs in the user's browser.

How to combine ReactJs Router Link and material-ui components (like a button)?

I need to find a solution to be able to combine together the functionality of react router with the material …

javascript reactjs react-router client-side material-ui
How to store persistent data client side

I need to programmatically store data on the client side without having to transfer the data from the server on …

javascript persistence storage client-side
client-MVC vs server-MVC

I am looking to get some input from other users on the benefits of server-side MVC. With the power of …

model-view-controller client-side server-side
How to create web app shortcut on user's desktop programmatically?

For enterprise intranet web application, is there any way to create a desktop shortcut of web application on user's desktop? …

javascript asp.net web-applications client-side intranet
Is it good to learn Dart or i must stay with the basic javascript?

Is it better to stay with the basic Javascript language or will Dart save me a lot of time? I …

javascript html client-side dart
Accessing control client name and not ID in ASP.NET

I want to fire a server-side ASP.NET button click event in JavaScript. I checked the page source and the …

javascript asp.net onclick client-side
Many to many relationships in JSON

Consider this scenario: You want to send some data to the client in JSON format, and you don't want to …

json many-to-many client-side
Why do people minify css and javascript, when we have gzip?

Why people go through all the pain of minifying JavaScript and CSS files if they can just turn on gzip …

javascript css performance gzip client-side
Generating client side certificates in browser and signing on server

Is it possible to request generation of client keypair in browser and send the public key to the server CA …

ssl ssl-certificate client-side
Use psql's \copy for a multi-line query

This is a follow-up question from this answer for "Save PL/pgSQL output from PostgreSQL to a CSV file". I …

postgresql client-side export-to-csv psql