educative.io

Thick and Thin Client: React vs Angular

Angular seems to have more logic compared to react and is a heavier framework, does this mean Angular usually leads to Thicker Clients compared to react.
Also, do all the Single page applications are thick clients.


Type your question above this line.

Course: https://www.educative.io/collection/6064040858091520/6411938009448448
Lesson: https://www.educative.io/collection/page/6064040858091520/6411938009448448/5843821948567552

Hi @Saraj_singh,
No. All the single page applications are not thick clients. It depends on the business logic. For example, if the angular application contains most business logic, it’s a thick client otherwise, the thin client.

Hope this helps!

@Saraj_singh A client is thick if it holds most of the business logic regardless of the framework it’s written with.