C
C
clockwerk2016-03-14 09:24:23
backbone.js
clockwerk, 2016-03-14 09:24:23

Is it possible to develop multi-page applications on backcone?

Actually the essence of the question in the header is whether it is possible to develop multi-page applications on backbone.js. Now I’ve come to the conclusion that I don’t like jq in terms of code structure, I want to choose a client js framework, I’m looking at backbone, everywhere they write that this framework is for single-page applications, someone has tried to develop multi-page applications on it, ala IM, where there are really a lot of pages that are generated? Or can you recommend another framework?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cat Anton, 2016-03-14
@clockwerk

Any framework for single-page applications is suitable for multi-page applications, because a multi-page application can be considered as many single-page applications.
Backbone.js is not a replacement for jQuery. Moreover, if you write in Backbone.js, then you will most likely have to use some library for DOM operations, perhaps the same jQuery.
There are dozens of them, choose: todomvc.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question