DEV Community

Discussion on: What's your go-to stack these days?

Collapse
 
alexandrudanpop profile image
Alexandru-Dan Pop • Edited

If the application is very frontend focused with a simple backend model I would go with Serverless technologies first, as it would dramatically speed up time to market:

  • React or Svelte with
  • AWS amplify or
  • Firebase

If I need to build something with a complex backend I would go with a Typescript Node backend and pull out other technologies like Rust or F# for things that need more perf.