F
F
fronttere2019-09-07 18:38:56
Frontend
fronttere, 2019-09-07 18:38:56

Is there a lot of business logic on the front-end?

Is there a lot of business logic on the front-end? Which projects have a lot of logic on the front? Or is backing the whole logic behind a larger degree of wrapping for data from the back?:

Answer the question

In order to leave comments, you need to log in

4 answer(s)
L
LEXA_JA, 2019-09-07
@LEXA_JA

It depends a lot on the project. On some ordinary sites, like blogs or online stores, there may be no logic at all or the bare minimum at the front. On the other hand, there are full-fledged web applications, where there is quite a lot of logic at the front. Especially when the stateless backend approach is used, the state is kept by the client, and accordingly, the client is responsible for the business logic.

I
index0h, 2019-09-07
@index0h

Is there a lot of business logic on the front-end?

As a general rule, less is more.
In small ones, or those where information security is not required
Typically, the task of the front is to provide display and control of the interface.

M
managrib, 2019-09-07
@managrib

It's called - "thin client" and "thick client"
For example, see Wrike - they have complex software that lives in the browser. Pulling for the sake of every little thing from the business logic from the backend is not comme il faut.

G
grinat, 2019-09-08
@grinat

Well, in Figma, the editor is completely at the front, only information about the markup is stored on the server, and in the git.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question