Recently, I am venturing into the world of vue.js
and although I understand all the components and things well, there is something I do not quite understand.
When handling all the frontend
from the client side, does this mean that all templates
are loaded? and if so, having a very large application, does not increase the load time much or does the work for the client become cumbersome?
As I read, it is possible to send templates
through calls to backend
, but this is "not usual". That doubt is generated, if there is any size where it is already said "It is too big" or something like that.