Is Knockout JS only suitable for building single page web applications? I haven’t been able to find any examples where it’s used in a multi-page web application (for example, could you build something like stackoverflow.com using Knockout?).
Is Knockout JS only suitable for building single page web applications? I haven’t been
Share
This might look like a broad question, but the answer to it can be quite short: No, Knockout.js is not only for single page apps. Knockout.js is a templating library providing you with tools to create dynamic views using the MVVM pattern.
There’s no restriction whatsoever on whether you want to use Knockout for a single page app or a multiple page website. Note that in the latter, the Knockout context won’t be shared between pages.