DEV Community

Discussion on: Why you need to start using Svelte Js for web development projects if you still don't

Collapse
 
madslundt_96 profile image
Mads Engel Lundt • Edited

There are SSR tools such as NextJS for React and NuxtJS for Vue. They have become quite popular because you can now do SEO in JavaScript web apps, static exporting, optimized script generating, etc.
Is there anything similar to Svelte?

Also when doing TypeScript in React you get type-checking in the HTML because you write jsx (tsx).
In Vue you only have type-checking in the JavaScript part and not in the HTML.
Do you have the same type-checking level in Svelte as you do in React?