You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Nativescript can work with multiple technologies, like angular, javascript, typescript, vue, and react.
For now we have developing project with NS with Angular.
To not confuse other developers, we need add Nativescript-Angular. When reference in what tech base we work with.
In the future, when we have new projects using diff technology than Angular. All documentation will be mixes and it will be confusing and hard to find for a specific tutorial/article.
Describe the solution you'd like
(1) Should we create one subfolder inside nativescript for each technology we use? Or (2) just rename the actual folder to Nativescript-Angular(that is the convention nativescript team uses)?
1 - Create sub-folder based on each technology NS uses. like
Nativescript
+- Angular
+- React
+- etc...
or
2 - Rename the actual folder to Nativescript-Angular. Because we just have apps created in NS based in Angular.
Then when we create a new project with other technology, we create a new folder like Nativescript-React or Nativescript-etc...
For me, I pick option 2. We keep NS convention and is less one click to open new folder.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Nativescript can work with multiple technologies, like angular, javascript, typescript, vue, and react.
For now we have developing project with NS with Angular.
To not confuse other developers, we need add
Nativescript-Angular
. When reference in what tech base we work with.In the future, when we have new projects using diff technology than Angular. All documentation will be mixes and it will be confusing and hard to find for a specific tutorial/article.
Describe the solution you'd like
(1) Should we create one subfolder inside nativescript for each technology we use? Or (2) just rename the actual folder to
Nativescript-Angular
(that is the convention nativescript team uses)?1 - Create sub-folder based on each technology NS uses. like
or
2 - Rename the actual folder to
Nativescript-Angular
. Because we just have apps created in NS based in Angular.Then when we create a new project with other technology, we create a new folder like
Nativescript-React
orNativescript-etc...
For me, I pick option 2. We keep NS convention and is less one click to open new folder.
The text was updated successfully, but these errors were encountered: