DEV Community

Discussion on: What are your biggest obstacles/questions for moving from NodeJS to Rust?

Collapse
 
gruberb profile image
Bastian Gruber

That's a fair point!

I would argue two things:

  • You won't face many of Rust features when handling simple tasks, yet you get all the benefits of safety and speed
  • To learn Rust to serve templates might be an overkill (maybe not)

However, omce you build your first few apps with Rust, you will see:

  • You grew as a developer
  • You don't face and you don't have to compeltely understand everything for the most part

It's a good feedback I think most people face, so I will get into that in more detail in the future!