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
Each module can run in an external container
Each modules or Each restaurant can have a dedicated endpoint
Overloading of concurrent traffic in one module should not affect other module's performance
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
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
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