DEV Community

Discussion on: What you prefer svelte or react?

 
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