The plugin-seed should contain default demo apps for all four frameworks: Angular, Vue, Svelte, and React.
These plugins should all ideally be Typescript based as well as contain common re-usable code snippets that could potentially be used for demos. These could include: simple navigation, button tap events, property binding, getting references to elements, etc. That way when someone is creating a demo, but isn't familiar with the framework they are creating it for, they can reference those snippets versus trying to learn how to do it through Googling or whatever.
The plugin-seed should contain default demo apps for all four frameworks: Angular, Vue, Svelte, and React.
These plugins should all ideally be Typescript based as well as contain common re-usable code snippets that could potentially be used for demos. These could include: simple navigation, button tap events, property binding, getting references to elements, etc. That way when someone is creating a demo, but isn't familiar with the framework they are creating it for, they can reference those snippets versus trying to learn how to do it through Googling or whatever.