DEV Community

Discussion on: Stop Using React

Collapse
 
paulocoghi profile image
Paulo Coghi

Hello Ender. I agree with most of what you write in your article, and I would like to know your opinion on Sapper, based on Svelte. sapper.svelte.dev/

In a few words, it is more a compiler than a framework, so your final code is pure JS with only the features you are using. The framework code simply doesn't exist at all in your final code.

Its speed is incredibly faster than React[1] in all means and it's SEO friendly, with SSR.

[1] youtube.com/watch?v=AdNJ3fydeao

I really would like to know your opinion! Thanks!

Collapse
 
ender_minyard profile image
ender minyard • Edited
Unlike single-page apps, Sapper doesn't compromise on SEO, progressive enhancement or the initial load experience.

Lovely. Progressive enhancement and initial load experience are my main concerns.

As of now, Sapper + Preact are the “frameworks” I respect the most.

Some comments have been hidden by the post's author - find out more