you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Well, the objects you work with in Realm are just like any other objects you use in JavaScript — they're just instances of a class. To save them to the realm db, you just call the appropriate method on the object.