Backbone.js + Rivets.js = Crazy Delicious

This example demonstrates binding three Backbone.js views to a single model and updated through Rivets.js bindings. Try modifying the values in the contact form below and watch the other view update live!

Read The Tutorial

Contact Form View

(These fields update the model on key up)
(These fields update the model on change)

Contact View

{ model.getFullName < :first_name :last_name }

Contact Model JSON View

Load sample data: Michael, Mark, Mason
Fork me on GitHub