https://svelte-native.technology/ Home * Home * Tutorial * API * REPL * Blog * Svelte * NativeScript * * Svelte Native logo Svelte Native logotype The Svelte Mobile Development Experience Powered by Svelte Svelte Native is a mobile application framework powered by Svelte -- build mobile apps using the friendly web framework you already know learn more Using NativeScript Build cross-platform, native iOS and Android apps without web views. Get truly native UI and performance while sharing skills and code with the web learn more Fully featured Use the full power of Svelte including Transitions, Stores, and Reactivity. One of the smoothest development experiences available for mobile learn more Svelte Native is a new approach to building mobile applications using NativeScript. Where other JavaScript mobile development frameworks like React Native and NativeScript-Vue do the bulk of their work on the mobile device, Svelte Native shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the native view widgets when the state of your app changes. npm install -g nativescript ns create my-mobile-app --svelte cd my-mobile-app ns run android See the quickstart guide for more information. Learn Svelte Native Svelte Native Grocery Grocery app example. Manage and sync grocery items. Repository Svelte Native Realworld A Realworld implementation app in Svelte Native. Repository Svelte Native Hacker News Reader Simple HackerNews client in Svelte Native. Repository