DEV Community

Discussion on: What are reasons you're not using Svelte in production?

Collapse
 
khromov profile image
Stanislav Khromov

We are using Svelte in production more and more every day. Right now we use it mostly for smaller projects but that's just inertia - most larger web projects have a lifespan of several years. If Svelte continues on the current path you will see a lot more "big" projects coming out of it in the years to come

eco-system is not as diverse as others, such as React's

Regarding this point, Svelte has the amazing benefit of "using the web platform". You don't need a wrapper for that third party JavaScript library, you can use it almost like in normal HTML.

For example, a user recently asked how to use the TypewriterJS library in Svelte. The end result was under 10 lines of code:
svelte.dev/repl/d347ff45ef40472893...