Skip to main content

Questions tagged [front-end]

Component in charge of the interation with the end-user.

0 votes
3 answers
145 views

I am developing a multi-threaded TCP server in C for a simple tris game. I am using pthread to handle multiple clients. When a client sends a command like "CREATE" or "JOIN", I use ...
dok's user avatar
  • 555
2 votes
3 answers
280 views

I am starting to question my role as a frontend software developer for big systems. A bit of my problems started when I was developing a the first forms and interpolating the first bits of data in the ...
Bernardo Benini Fantin's user avatar
2 votes
1 answer
152 views

In a React form with several fields (name, email, password, etc.), is there any substantial difference between: Using a separate useState for each field const [firstName, setFirstName] = useState(&...
dok's user avatar
  • 555
1 vote
1 answer
176 views

I’m building a Next.js SPA with React. All user input is sanitized and rendered safely using state/JSX — no dangerouslySetInnerHTML or direct DOM manipulation. Given this setup, is it safe to store my ...
dok's user avatar
  • 555
3 votes
3 answers
1k views

I’m developing a system with separate front-end and back-end components: The back-end is already implemented with Node.js and Express, exposing REST APIs. The front-end must be a private SPA, ...
dok's user avatar
  • 555
-1 votes
1 answer
536 views

We need to do the front-end with spa. The question is whether to use a full-stack framework like next.js, but only the front-end part, without server-side components. If I don't use them, could these ...
dok's user avatar
  • 555
0 votes
2 answers
240 views

I am doing the frontend for a Java Spring backend. The project uses JavaFX for the front but I a migrating it for web usage (with VueJS). When I make an API call to retrieve an object, I am receiving ...
Bernardo Benini Fantin's user avatar
1 vote
1 answer
173 views

Our customers have specific backend programs running on their local machines with no access to the internet, we want to deliver a UI to them to help visualizing their backend(s). The customers ...
John Whilton's user avatar
2 votes
3 answers
210 views

You have a nice set of entities but then someone decides to add one or two more stupid values that are used only in one place (or maybe, not so stupid but ones I would rather avoid) Now, you have a ...
Sergey Zolotarev's user avatar
7 votes
4 answers
2k views

I'm working on a API for the logistics department, and I have a resource called logisticTransport, which is an entity in our database. I'm facing a challenge with maintaining consistency when ...
danidcode's user avatar
1 vote
3 answers
3k views

I have a hobby project, for simplicity imagine a poker game, consisting of a backend (Spring) and a client application (Flutter) where the client can join rooms in which he can take a seat. The client ...
mvi's user avatar
  • 19
0 votes
2 answers
434 views

there is an app with lets say, 75 years worth of development in it. The frontend is a bit a chaos, there is jquery, there is vuejs (vue 2 of course), there is a lot of server side rendering with over ...
Toskan's user avatar
  • 280
0 votes
1 answer
337 views

In my current monorepo structure for frontend, this is how it looks: apps\ jira\ confljuence\ packages ui utils\src (contains common utils like useDebounce.ts, isEmptyObject.ts, etc.) From what i ...
nishant_boro's user avatar
1 vote
4 answers
856 views

In a web application with a frontend and a backend part, how exactly is the cancellation token mechanism implemented over HTTP? HTTP is a stateless protocol and it does not allow "sharing" ...
Val's user avatar
  • 177
1 vote
3 answers
619 views

I'm currently learning how to separate frontend server and backend server. However, i'm not sure which approach should i take between the two Frontend server obtain data from backend server and ...
LLL's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
13