How to configure what gets rendered on server-side in Rendr?

32 views Asked by At

Where to configure what part gets rendered on server-side and what renders on client-side while using Rendr.js? The documentation and blogs everywhere mention that it's main purpose is to make a common way to write client and server code.

Rendr is a small library that allows you to run your Backbone.js apps seamlessly on both the client and the server. Allow your web server to serve fully-formed HTML pages to any deep link of your app, while preserving the snappy feel of a traditional Backbone.js client-side MVC app.

But how to configure when server side rendering happens? Or does Rendr decide on it's own?

What I want to do is decide which part gets rendered on server side since I am trying to develop a single page application.

0

There are 0 answers