Hacker News new | ask | show | jobs
by instakill 4305 days ago
ELI5 why I'd use this in a regular project using say Rails and angular?
1 comments

Angular doesn't really provide a data model, you generally have to roll your own for an app.

Think of this as client side ActiveRecord. It handles queries, relations, and syncing with the back end.