Using NativeScript with Deno? #9950
martin-braun
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe that web-first is the right approach for many applications on the whole spectrum. This is the reason why I keep an eye on NativeScript for a while now. I'm especially excited about full-fledged solutions such as Svelte Native that leverage NativeScript to port enterprise frontends into mobile apps without any WebView container, especially so since its build process is so much simpler compared to other frameworks.
However, recently people talk a lot about fresh which seems to be the first "popular" full-fledged Deno framework. I'm a big fan of Deno, because I think is great on many levels, since it solves a lot of problems we have with node and npm. Its popularity seems to be growing, since people decide to abstract full frameworks on top of it and apparently the first of its kind is being pushed by the dev scene.
It got me thinking: Are there any attempts to use NativeScript with Deno? As a matter of fact, NativeScript relies on npm and webpack. Has Deno ever been a topic by the internal team? What are the results?
Beta Was this translation helpful? Give feedback.
All reactions