DEV Community

Discussion on: What you prefer svelte or react?

Collapse
 
v0idifier profile image
void

where's the lack of docs on svelte? it has plenty of docs in many different forms. also, you're not supposed to create dynamic pages for a blog. Use Jekyll, ffs.

Thread Thread
 
taimoorsattar7 profile image
Taimoor Sattar

Svelte Docs is good; I mean the stuff like Graphql, typescript is the future improvement of svelte.

Thread Thread
 
v0idifier profile image
void

well, after using graphql a lot, I hate the ecosystem. it's not flexible at all. I'm talking about the official Apollo things. the docs suck. and about typescript, it's a valid point although I don't use it.

Thread Thread
 
csaltos profile image
Carlos Saltos

Svelte supports TypeScripts since months already.

GraphQL can be useful when you don’t have a solid backend service but otherwise just create an endpoint with what you need to request and that’s it ... you can even choose the language for the backend API server: Javascript, PHP, C#, Rust, Scala, whatever you like the most