Skip to content

Transient models

Compare
Choose a tag to compare
@ampatspell ampatspell released this 28 Jun 16:23
· 54 commits to master since this release

Transient models:

  • requires id on creation
  • cannot be saved, reloaded or deleted
  • are included in fastboot shoebox so all has-many-collection relationships are included also with loaded state
let state = db.get('state', 'singleton');

See example in portfolio app: