Answer the question
In order to leave comments, you need to log in
What would you recommend for a small SPA framework with good architecture?
Hello.
What would you recommend a small js framework for SPA with good architecture ? A framework that dictates the architecture of an application, or something like that.
You can call me an amateur: I'm bad with architecture after reading a couple of books and a few articles. And we are talking about how to split everything into files, etc., to ensure interaction ... And, of course, about the very organization of applications.
Angular is thick, React is thick, Vue is thick, Backbone is thick (I confess I didn't study Backbone enough to be sure).
Agree, it is unlikely that a small application working with a small API should weigh 400-1024kb in a minified version.
I will be glad to any advice. Thank you in advance.
Answer the question
In order to leave comments, you need to log in
Vue thick
For asynchronous loading of block HTML markup (broken into different files) at the time of loading the page as a whole or by necessary events and block by block.
When the page is loaded, the layout grid is filled with ready-made blocks from different files for the desired page display at the moment.
Also, recursive loading in real asynchronous mode is supported for behavior similar to the include function for PHP:
includeHTML: https://github.com/xmoonlight/includeHTML
For convenient display of data in blocks (for example, loaded via AJAX/JSON):
REX tiny templater : https://sitecoder.blogspot.ru/2017/01/rex-tiny-tem...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question