Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
Description
Due to the fact that there is little to no information available for new users to know how to use NativeScript with Vue 3, I suggest the following should be included in the docs:
Environmental setup and installation. I personally had to start from the NativeScript official docs before finishing with the instructions on the NativeScript-Vue Github page.
A list of gotchas. Any slight differences between how Vue is used on the web vs how it is used in NativeScript, or even compared to older versions of NativeScript Vue.
Code snippets or examples for workflows that our common in all apps. This could range from simple to advanced levels. Code examples could be on how to render lists, basic animations, and how to share data from one screen to another.
How and when to use native code or platform specific code.
I know the team is hard-pressed for time, but short tutorials can also help especially for those of us who are visual learners. Perhaps, a TODO app can be developed. You could have two versions: A simple, basic TODO with local storage. And an advanced version that should include connecting to a backend like Supabase, authentication, micro-animations, and handling of images.
Various ways of styling your app.
Performance tips.
How to deploy your app to Expo or Ionic's Appflow, or whatever option is out there.
How to use Open Native.
How to upgrade to a new version of NativeScript Vue.
How to manage or read errors. Also, common mistakes to avoid.
How to enable fast refresh.
How to manage network activity. Creating an offline-first app.
App security. How to secure your APIs or store sensitive information.
Finally, can we have JS examples for those of us who are not good with TS. 🫣