|
|
|
|
|
by WuxiFingerHold
1099 days ago
|
|
Vue 3 (with <script setup> is quite close to Svelte in terms of DX, but Svelte has the edge here. Svelte is so simple, elegant and concise. The biggest advantage of Vue is the ecosystem. However, Svelte is catching up. Some interesting UI component libs have recently arisen, e.g. https://skeleton.dev. Performance wise, both are super fast. Make sure to check out Sveltekit, even for building pure SPAs. The routing and data loading are worth it alone. |
|