Answer the question
In order to leave comments, you need to log in
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
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.
Is there a lot of business logic on the front-end?
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question