nativescript-vue-next icon indicating copy to clipboard operation
nativescript-vue-next copied to clipboard

This repository can be used for production?

Open vallemar opened this issue 5 years ago • 11 comments

Hi, I want to know if this repository can be used for a project in production. I am developing a page with vue composition api at the same time I developed the app and I have to pass the same logic between the composition API and the option API. I would like to be able to develop a single codebase with the composition api.

vallemar avatar Mar 02 '21 13:03 vallemar

No, definitely not battle tested yet. It's fine to tinker with & report issues, but I would not use it in production just yet - it's not even in alpha yet, just a dev release to try it.

rigor789 avatar Mar 02 '21 14:03 rigor789

Ok, I tried the vue 2 plugin for composition api and it seemed to work fine. Do you know if there are any limitations?

vallemar avatar Mar 02 '21 14:03 vallemar

Ok, I tried the vue 2 plugin for composition api and it seemed to work fine. Do you know if there are any limitations?

Personally I found out that provide and inject doesn't work between frames

pietdevries94 avatar Mar 04 '21 15:03 pietdevries94

I am going to create a complete application with [email protected] then report the bugs and malfunctions, this can help @rigor789, also become a contributor by helping how to solve different bugs. Big thank you to you, @rigor789 , for this gift including nativescript-vue, I will take my trouble patiently by undergoing this torture hoping that [email protected] will be launched at the same time as [email protected]

Fabiyo-90 avatar Mar 19 '21 07:03 Fabiyo-90

[email protected] will be launched at the same time as [email protected]

Definitely not going to happen, but I do hope I can flesh out the remaining bits soon after.

rigor789 avatar Mar 19 '21 08:03 rigor789

@rigor789 Have you planned any tentative timeline for when it (complete support for Vue 3) would reach beta release - for eg Q1 2022. Just want to get an idea when will NativeScript-Vue be production ready with complete Vue 3 support. BTW thank you all your efforts - making and managing Nativescript-Vue

neeravp avatar Sep 15 '21 00:09 neeravp

@rigor789 any plans as for release of nativescript-vue 3?

MattCCC avatar Oct 29 '21 15:10 MattCCC

@rigor789 yeah i really wait this release for a long time....

countradooku avatar Nov 28 '21 14:11 countradooku

@rigor789 Hey, any way some people could help? We're a small team quite fluent in Vue 3, honestly I'm not a NativeScript expert at all, but the perspective of being able to use it with Vue 3 makes learning it intensively quite worth the time. Let me know if we could help in any way.

superbiche avatar Feb 17 '22 19:02 superbiche

@superbiche Hey, I think the main thing missing right now is a bit of documentation to get started, and then some battle testing - building out small/medium demos, POC apps to find bugs, issues etc. - which then would need to be addressed.

From my side, I really need to:

  1. write a better README how to use
  2. publish an alpha
  3. publish an alpha of the template

If you haven't already, definitely join the NativeScript discord https://nativescript.org/discord

I'm usually around there, so would be easier to communicate.

I'm currently working towards the 8.2 release of NativeScript, after which I do want to start building an app with vue3 to find issues. There are definitely missing pieces, those I tend to add gradually. The main thing is to wrap up the ListView/TemplateBag (v-template) handling, as I believe that was a quite nice api and would like to continue with it in vue3...

rigor789 avatar Feb 17 '22 22:02 rigor789

@superbiche Hey, I think the main thing missing right now is a bit of documentation to get started, and then some battle testing - building out small/medium demos, POC apps to find bugs, issues etc. - which then would need to be addressed.

From my side, I really need to:

  1. write a better README how to use
  2. publish an alpha
  3. publish an alpha of the template

If you haven't already, definitely join the NativeScript discord https://nativescript.org/discord

I'm usually around there, so would be easier to communicate.

I'm currently working towards the 8.2 release of NativeScript, after which I do want to start building an app with vue3 to find issues. There are definitely missing pieces, those I tend to add gradually. The main thing is to wrap up the ListView/TemplateBag (v-template) handling, as I believe that was a quite nice api and would like to continue with it in vue3...

Hey there, 8.2 is out, any plans for the vue3 app? I'm definitely willing to help in battle-test it!

ennioVisco avatar May 30 '22 16:05 ennioVisco