Hacker News new | ask | show | jobs
by arunoda 5093 days ago
Great idea. I like it. I'm looking at this as a template engine? Or am I missing something?
1 comments

It template agnostic, once you've rendered your view you give rivets your DOM element and it will find the data attributes. You could use handlebars, haml or any other templating engine with rivets.
okay. I got it. Actually this replaces separate templates (at least for some cases) for your app. How about the browser compatibility? Have you tested?