dkrasner/Simpletalk

viewChanged and new views

dkrasner opened this issue · 0 comments

Main Points

Currently new views are created by sending a type viewChanged/ name subpart-new message to the parent (see for example here).

The issue is that we are sending along the entire view in the message which is going to cause issues if we plan on serializing these messages and doing remote communications in the future.

Moving the new view creation into the parent element is easy, but this is not compatible with the current de-serialization framework where all views are first created and then added