Document Limitations of Svemix
Acmion opened this issue · 1 comments
Acmion commented
Svemix is a great plugin, but it does have it's limitations. These limitations should be documented.
Some important limitations:
- The
loader
responses are JSON serialized, which causes overhead. - The populated objects (e.g.
export var book: Book
) are not really of the specified type, but rather just JS data objects. This means that one can not call type functions, for example,book.getYearsSincePublication()
. - An extra request is made to the server.