Better support for multiple models/collections by koichik · Pull Request #111 · rendrjs/rendr (original) (raw)

When a view is rendered on the server-side, the corresponding view of the client-side is able to retrieve just one model or collection.

This patch allows a view to restore multiple models and collections, and it may fix #53.