|
|
|
|
|
by lionls
1182 days ago
|
|
I share your view that Svelte is a great framework for small projects. It is also really useful if you want to build small standalone javascript widgets. I've used it at work to build a fast video testimonial slider for Shopify [1]. I really liked the component format as we could quickly integrate our code in the existing HTML layout.
The Svelte built-in store has also been useful for us to manage the current state of the application. Overall development with Svelte has been really quick. [1] https://vimonial.com |
|