nativescript-community / plugin-seed

The plugin seed used for NativeScript Community plugins.
3 stars 2 forks source link

Demos #1

Open keerl opened 3 years ago

keerl commented 3 years ago

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.

keerl commented 3 years ago

Hey @farfromrefug when you get a few minutes could you look through what I have so far for all the framework demos?

I've been messing around with formatting and linting scripts, so I'd like someone else to look at it before I get too far into this seed.

Testing:

Angular:

React:

Svelte:

Vue:

farfromrefug commented 3 years ago

@keerl i ll look at it. ONe thing i saw already is eslint-plugin-node which does not seem to be used. It s in the svelte demo app