halfnelson / svelte-native

Svelte controlling native components via Nativescript
MIT License
1.82k stars 78 forks source link

Starterkit Proposal #288

Open davidjeba opened 2 years ago

davidjeba commented 2 years ago

SvelteNative is new, and how scalable is it for a full fledged scalable app is a question? For new devs who are experts in other platforms, they always have one thing in their mind, what that svelte native can do which is actually hard in other platforms

Creating a Starterkit for a most common app would be helpful. Ex:

Proposing a Starterkit for "Local Restaurant Listing app" Which has multiple modules and multiple endpoints

  1. Each module can run in an external container
  2. Each modules or Each restaurant can have a dedicated endpoint
  3. Overloading of concurrent traffic in one module should not affect other module's performance
  4. High traffic in one specific city should not affect users of other cities

Considering all these scenarios, there can be a solution, workaround in all major platforms How svelte is addressing the problem in simplest of approach?

Todo App is good for beginners Can you create a Full-fledged mobile app in the below architecture image